Skip to content

Commit

Permalink
fix: reverted Docker healthcheck (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik authored Dec 6, 2024
1 parent e589148 commit 01f8f42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ ENV PATH="/opt/venv/bin:$PATH"

USER appuser

HEALTHCHECK --interval=10s --timeout=5s --start-period=30s --retries=6 \
CMD wget --no-verbose --tries=1 --spider http://localhost:5000/health || exit 1

# During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug
EXPOSE 5000
CMD ["uvicorn", "aidial_analytics_realtime.app:app", "--host", "0.0.0.0", "--port", "5000"]

0 comments on commit 01f8f42

Please sign in to comment.