zahraa12355 commited on
Commit
53c64bd
·
verified ·
1 Parent(s): 4ab92d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY app.py .
13
  EXPOSE 7860
14
 
15
  # Run FastAPI with uvicorn
16
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
13
  EXPOSE 7860
14
 
15
  # Run FastAPI with uvicorn
16
+ CMD ["bash", "app.sh"]