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.
1 parent e9de479 commit be486e5Copy full SHA for be486e5
Dockerfile
@@ -20,4 +20,4 @@ EXPOSE 8000
20
21
USER nobody
22
23
-CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000", "--no-access-log"]
+CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "8000"]
0 commit comments