Noursine commited on
Commit
c64d2e8
·
verified ·
1 Parent(s): 8806847

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,5 +47,5 @@ EXPOSE 7860
47
 
48
  # Start FastAPI app
49
 
50
- CMD ["uvicorn", "app2:app", "--host", "0.0.0.0", "--port", "7860"]
51
 
 
47
 
48
  # Start FastAPI app
49
 
50
+ CMD ["uvicorn", "app3:app", "--host", "0.0.0.0", "--port", "7860"]
51