From ab054c3ef43ddfa5941810a999cc2dcdfc906cce Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Sat, 26 Oct 2024 22:01:24 -0400 Subject: [PATCH] Remove the port expose and use the app port --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b18b4c5..60006a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,5 +16,4 @@ ENV APP_PORT=3000 RUN bun run build USER bun -EXPOSE 3000/tcp ENTRYPOINT [ "bun", "run", "src/index.ts" ]