Hezu06 commited on
Commit
03423c2
·
verified ·
1 Parent(s): ba0ae05

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ COPY . .
21
  EXPOSE 7860
22
 
23
  # 7. Ra lệnh bật server FastAPI khi hệ thống chạy
24
- CMD ["uvicorn", "bio_vibe_backend.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
21
  EXPOSE 7860
22
 
23
  # 7. Ra lệnh bật server FastAPI khi hệ thống chạy
24
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]