diff --git a/Dockerfile b/Dockerfile index 1a4b279..2243bd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,7 +50,6 @@ COPY --from=builder /app/public ./public COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/static ./.next/static - ENV PORT 3000 # Set up entrypoint script