ICTuniverse commited on
Commit
2388e13
·
verified ·
1 Parent(s): cbb474f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,4 +6,4 @@ COPY . /app
6
  RUN pip install --upgrade pip
7
  RUN pip install -r requirements.txt
8
 
9
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
6
  RUN pip install --upgrade pip
7
  RUN pip install -r requirements.txt
8
 
9
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]