1
0
Fork 0

chore: minor cleanup, healthcheck

This commit is contained in:
Arthur K. 2026-03-02 20:44:34 +03:00
parent 2611d1bb6d
commit 42282ce8cb
Signed by: wzray
GPG key ID: B97F30FDC4636357
7 changed files with 42 additions and 8 deletions

View file

@ -28,6 +28,9 @@ VOLUME ["/data"]
EXPOSE 80
HEALTHCHECK --start-period=5s --start-interval=1s CMD \
test "$(curl -fsS "http://127.0.0.1:$PORT/health")" = "ok"
STOPSIGNAL SIGINT
CMD ["/entrypoint.sh"]