VietCat commited on
Commit
9597384
·
1 Parent(s): c5a0bf8

switch to fastapi

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ COPY app.py .
18
  # Expose port mặc định HFS (7860)
19
  EXPOSE 7860
20
 
21
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
18
  # Expose port mặc định HFS (7860)
19
  EXPOSE 7860
20
 
21
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]