TahaRasouli commited on
Commit
0ac981f
1 Parent(s): 894d3aa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -12,4 +12,5 @@ RUN pip install uvicorn
12
  # Install dependencies
13
  COPY . /app
14
  ENTRYPOINT ["uvicorn", "main:app"]
15
- CMD ["--host", "0.0.0.0", "--port", "7860"]
 
 
12
  # Install dependencies
13
  COPY . /app
14
  ENTRYPOINT ["uvicorn", "main:app"]
15
+ CMD ["--host", "0.0.0.0", "--port", "7860"]
16
+ CMD ["python", "main.py" ]