From cc5e6acb6a3c3df32e6915cb5d12b4747348a085 Mon Sep 17 00:00:00 2001 From: Gnarwhal Date: Sat, 5 Oct 2024 20:09:11 +0000 Subject: [PATCH] Just use default 3000 and configure it otherwise as needed --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a4ceca..94af7be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,10 +44,6 @@ COPY --from=builder --chown=nextjs:nextjs /app/.next/static ./.next/static USER nextjs -EXPOSE 4730 - -ENV PORT=4730 - # server.js is created by next build from the standalone output # https://nextjs.org/docs/pages/api-reference/next-config-js/output ENV HOSTNAME="0.0.0.0"