docs: updated for docker; feat: local and latest dockerfiles; add: .dockerignore file; feat: implemented health check for adrianux app
Some checks failed
/ update (push) Has been cancelled

This commit is contained in:
ahoemann 2025-02-05 18:29:37 +01:00
parent fa730cac1b
commit c9d61cd9fb

View file

@ -13,4 +13,6 @@ RUN apk del git
EXPOSE 8080 EXPOSE 8080
HEALTHCHECK --interval=5m CMD wget --delete-after http://localhost:8080
CMD [ "/opt/.venv/bin/waitress-serve", "--listen=0.0.0.0:8080", "app:app" ] CMD [ "/opt/.venv/bin/waitress-serve", "--listen=0.0.0.0:8080", "app:app" ]