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 453c76c commit f3bd46cCopy full SHA for f3bd46c
Dockerfile
@@ -12,4 +12,4 @@ RUN pip3 install --no-cache-dir -r requirements.txt
12
13
COPY / .
14
15
-CMD [ "/usr/local/bin/uvicorn", "--host", "0.0.0.0", "--port", "80", "app:app" ]
+CMD [ "/usr/local/bin/uvicorn", "--host", "0.0.0.0", "--port", "80", "app:app" ]
0 commit comments