generated from hjess/PythonTemplateProject
Compare commits
2 Commits
adfa478eca
...
e2e8c8bf66
| Author | SHA1 | Date | |
|---|---|---|---|
| e2e8c8bf66 | |||
| 46a1951586 |
@@ -17,4 +17,4 @@ COPY . .
|
||||
EXPOSE 9210
|
||||
|
||||
# Command to run the FastAPI application
|
||||
CMD ["uvicorn", "app:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "9210", "--workers", "1"]
|
||||
CMD ["uvicorn", "app.main:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "9210", "--workers", "1"]
|
||||
Reference in New Issue
Block a user