add loca host to docker prod

This commit is contained in:
Maidul Islam
2024-01-27 12:27:15 -05:00
parent dc8b64708a
commit 81f3a6a7a8

View File

@@ -28,6 +28,8 @@ RUN apk add --no-cache bash curl && curl -1sLf \
HEALTHCHECK --interval=10s --timeout=3s --start-period=10s \
CMD node healthcheck.js
ENV HOST=0.0.0.0
EXPOSE 4000
CMD ["npm", "start"]