Updated the Dockerfile after having upgraded NextJS

This commit is contained in:
Tiago Ribeiro
2024-08-20 10:47:56 +01:00
parent 2e376c37dd
commit f9286d1793

View File

@@ -54,4 +54,4 @@ EXPOSE 3000
ENV PORT 3000 ENV PORT 3000
ENV HOSTNAME localhost ENV HOSTNAME localhost
CMD ["node", "server.js"] CMD HOSTNAME="0.0.0.0" node server.js