diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 28f1cae..be5c4c2 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -21,4 +21,4 @@ COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80 HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \ - CMD wget -qO- http://localhost/health || exit 1 + CMD wget -qO- http://127.0.0.1/health || exit 1