Remove the port expose and use the app port
This commit is contained in:
parent
5a5cc08843
commit
ab054c3ef4
@ -16,5 +16,4 @@ ENV APP_PORT=3000
|
||||
RUN bun run build
|
||||
|
||||
USER bun
|
||||
EXPOSE 3000/tcp
|
||||
ENTRYPOINT [ "bun", "run", "src/index.ts" ]
|
||||
|
Loading…
Reference in New Issue
Block a user