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 f37acc4 commit e5ae60aCopy full SHA for e5ae60a
Dockerfile
@@ -21,4 +21,4 @@ COPY . .
21
# Install dependencies
22
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
23
24
-CMD ["python", "template_fastapi/core.py"]
+CMD ["fastapi", "run", "main.py", "--host", "0.0.0.0", "--port", "8000"]
0 commit comments