v2.5.5: fix 404 after panel update

This commit is contained in:
orohi
2026-07-28 10:26:08 +03:00
parent 2973b96713
commit 2808a49fa5
8 changed files with 155 additions and 31 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ COPY . .
EXPOSE 5000
HEALTHCHECK --interval=30s --timeout=10s --start-period=40s --retries=3 \
CMD curl -fsS "http://127.0.0.1:${APP_PORT}/docs" >/dev/null || exit 1
CMD curl -fsS "http://127.0.0.1:${APP_PORT}/health" >/dev/null || exit 1
CMD ["python3", "app.py"]