Updated the HOSTNAME to localhost

This commit is contained in:
Tiago Ribeiro
2023-10-16 15:24:33 +01:00
parent fc66bdb236
commit bcb132c4c8

View File

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