Updated the HOSTNAME on the Dockerfile

This commit is contained in:
Tiago Ribeiro
2023-10-16 01:21:45 +01:00
parent 91e0871247
commit 438ecd2662

View File

@@ -52,6 +52,6 @@ USER nextjs
EXPOSE 3000
ENV PORT 3000
ENV HOSTNAME localhost
ENV HOSTNAME 0.0.0.0
CMD ["node", "server.js"]