QuophyDzifa commited on
Commit
4bb1a2f
1 Parent(s): e2dfafd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ EXPOSE 7860
10
 
11
  COPY . .
12
 
13
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  COPY . .
12
 
13
+ CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "7860"]