Remove the port expose and use the app port

This commit is contained in:
Dave Smith-Hayes 2024-10-26 22:01:24 -04:00
parent 5a5cc08843
commit ab054c3ef4

View File

@ -16,5 +16,4 @@ ENV APP_PORT=3000
RUN bun run build RUN bun run build
USER bun USER bun
EXPOSE 3000/tcp
ENTRYPOINT [ "bun", "run", "src/index.ts" ] ENTRYPOINT [ "bun", "run", "src/index.ts" ]