We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cef8b77 + 9b79bfd commit c1db729Copy full SHA for c1db729
backend/Dockerfile
@@ -31,4 +31,4 @@ ENV PYTHONPATH=/app
31
ENV ENVIRONMENT=production
32
33
# Run the application
34
-ENTRYPOINT ["./entrypoint.sh"]
+CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
0 commit comments