We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282ee9c commit c2aefedCopy full SHA for c2aefed
backend/Dockerfile
@@ -14,4 +14,4 @@ COPY . .
14
EXPOSE 8000
15
16
# Command to run the application
17
-CMD ["uv", "run", "python", "app.py"]
+CMD ["uv", "run", "uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
0 commit comments