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 8d3c67d + f9e9859 commit 4e37113Copy full SHA for 4e37113
Dockerfile
@@ -18,7 +18,7 @@ EXPOSE 8000
18
19
20
# run the application
21
-CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
+CMD ["uvicorn", "python_fm_dapi_weaver.main:app", "--host", "0.0.0.0", "--port", "8000"]
22
23
24
0 commit comments