From 992a4a650045d496e4b981ada120ea9b008c4bd8 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Wed, 27 Nov 2024 12:10:21 -0600 Subject: [PATCH] Update port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c05a97..83d3882 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/static ./.next/static COPY --from=builder /app/src/styles/output.css ./src/styles/output.css -EXPOSE 3000 +EXPOSE 805 ENV PORT 3000 ENV HOSTNAME "0.0.0.0"