chore: remove healthcheck in docker to be faster

This commit is contained in:
Julien Calixte
2026-03-29 21:55:32 +02:00
parent c8b0a78973
commit 19b77810ec

View File

@@ -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