omkar56 commited on
Commit
ee2531c
1 Parent(s): a380933

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ COPY --chown=user . $HOME/app
20
 
21
  COPY . .
22
 
23
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
20
 
21
  COPY . .
22
 
23
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]