Taha493 commited on
Commit
54227a2
·
verified ·
1 Parent(s): 029bbe5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY . .
15
 
16
  EXPOSE 7860
17
 
18
- CMD ["uvicorn", "babeldoc.server:app", "--host", "0.0.0.0", "--port", "7860"]
 
15
 
16
  EXPOSE 7860
17
 
18
+ CMD ["uvicorn", "server:app", "--host", "0.0.0.0", "--port", "7860"]