diff --git a/Dockerfile b/Dockerfile index 04e5b18..49f5d92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,6 @@ VOLUME ["/data"] EXPOSE 3000 HEALTHCHECK --interval=15s --timeout=5s --retries=3 --start-period=20s --start-interval=2s \ - CMD wget -qO- http://localhost:3000/api/health > /dev/null || exit 1 + CMD wget -qO- http://127.0.0.1:3000/api/health > /dev/null || exit 1 CMD ["node", "build/index.js"]