diff --git a/Dockerfile b/Dockerfile index 27649d5..8ff859e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,4 +33,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \ CMD curl -f http://localhost:8000/ || exit 1 # Run the application -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file +CMD ["python3", "main.py"] \ No newline at end of file