everydaytok commited on
Commit
e810bf8
·
verified ·
1 Parent(s): 0963db3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -18,4 +18,5 @@ RUN mkdir -p static
18
  EXPOSE 7860
19
 
20
  # Run the FastAPI server
21
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
 
18
  EXPOSE 7860
19
 
20
  # Run the FastAPI server
21
+ # CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
22
+ CMD ["python", "app.py"]