Revert "feat: Container healthcheck"

This reverts commit aebdab79b6.
This commit is contained in:
HeshamTB 2023-09-13 16:48:02 +03:00
parent aebdab79b6
commit 6b0ede1005

View File

@ -17,7 +17,4 @@ COPY --from=builder /build/viddl /app/viddl
RUN chmod +x /app/viddl RUN chmod +x /app/viddl
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3\
CMD curl -f http://localhost:8080 || exit 1
CMD [ "/app/viddl" ] CMD [ "/app/viddl" ]