making port configurable

This commit is contained in:
2025-07-16 07:07:28 -07:00
parent 7e5b22aaec
commit ed467b6a3b
2 changed files with 1 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ COPY --from=builder /app/node_modules/next/dist/compiled/jest-worker ./node_modu
USER nextjs
EXPOSE 3000
EXPOSE 587
ENV PORT 3000
ENV HOSTNAME "0.0.0.0"