shekharp77 commited on
Commit
84bdd0a
·
1 Parent(s): 63b980f

first commit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN pip install fastapi uvicorn
24
 
25
  COPY . .
26
 
27
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
24
 
25
  COPY . .
26
 
27
+ CMD ["fastapi", "run", "main.py", "--host", "0.0.0.0", "--port", "7860"]