Merged develop into ENCOA-83_MasterStatistical

This commit is contained in:
Tiago Ribeiro
2024-08-20 10:13:42 +00:00

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