AkshayaKeerthi commited on
Commit
58fda82
1 Parent(s): e292eab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ USER user
30
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
31
  COPY --chown=user . /app
32
 
33
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
30
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
31
  COPY --chown=user . /app
32
 
33
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]