diff --git a/Dockerfile b/Dockerfile index f1464f2..b8879f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,3 @@ COPY --from=builder /app/dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80 - -HEALTHCHECK --interval=30s --timeout=3s \ - CMD wget -qO- http://localhost:80/ || exit 1