Skip to content

Commit b86eeef

Browse files
committed
fix: remove HEALTHCHECK command from Dockerfile
1 parent 8dd2be3 commit b86eeef

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,4 @@ ENV FRONTEND_DIST_DIR=/app/frontend-dist \
2828
INTERCEPTER_RETENTION_SECONDS=86400
2929
EXPOSE 8181
3030

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-
3431
CMD ["python", "-m", "uvicorn", "backend.app.main:app", "--host", "0.0.0.0", "--port", "8181"]

0 commit comments

Comments
 (0)