exposing 587 in dockerfile

This commit is contained in:
2025-07-16 07:03:07 -07:00
parent 7c7871d74c
commit 7e5b22aaec

View File

@@ -52,6 +52,7 @@ 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"