diff --git a/Dockerfile b/Dockerfile index 11d1661..4d2bc34 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,4 @@ COPY --from=builder /app/dist /usr/share/nginx/html EXPOSE 80 -HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \ - CMD wget -qO- http://localhost/ > /dev/null || exit 1 - CMD ["nginx", "-g", "daemon off;"]