We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd2be3 commit b86eeefCopy full SHA for b86eeef
1 file changed
Dockerfile
@@ -28,7 +28,4 @@ ENV FRONTEND_DIST_DIR=/app/frontend-dist \
28
INTERCEPTER_RETENTION_SECONDS=86400
29
EXPOSE 8181
30
31
-HEALTHCHECK --interval=10s --timeout=3s --start-period=10s --retries=3 \
32
- CMD curl -fsS http://127.0.0.1:8181/healthz || exit 1
33
-
34
CMD ["python", "-m", "uvicorn", "backend.app.main:app", "--host", "0.0.0.0", "--port", "8181"]
0 commit comments