Merge branch 'ENCOA-83_MasterStatistical' of https://bitbucket.org/ecropdev/ielts-ui into ENCOA-83_MasterStatistical

This commit is contained in:
Joao Ramos
2024-08-21 00:39:22 +01: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