Skip to content

Commit e5ae60a

Browse files
author
ks6088ts
committed
update docker command
1 parent f37acc4 commit e5ae60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ COPY . .
2121
# Install dependencies
2222
RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
2323

24-
CMD ["python", "template_fastapi/core.py"]
24+
CMD ["fastapi", "run", "main.py", "--host", "0.0.0.0", "--port", "8000"]

0 commit comments

Comments
 (0)