fix: removed healthcheck in Dockerfile

This commit is contained in:
ahoemann 2025-03-28 10:15:34 +01:00
parent b7f38d69c6
commit 10fb5bf100

View file

@ -10,6 +10,5 @@ RUN apk add --no-cache python3 py3-flask py3-waitress cron
EXPOSE 8080
HEALTHCHECK --interval=5m CMD wget --delete-after http://localhost:8080
CMD [ "waitress-serve", "--listen=0.0.0.0:8080", "app:app" ]