Skip to content

Commit

Permalink
Remove healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
november-pain authored Nov 13, 2024
1 parent 230716e commit 79cba94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,4 @@ RUN apt-get update && \

EXPOSE 4200

# Add health check
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
CMD curl -f http://localhost:4200/health || exit 1

CMD ["python", "-m", "src.main"]

0 comments on commit 79cba94

Please sign in to comment.