Praveen0309 commited on
Commit
387e963
·
1 Parent(s): 41f7dd2

final commit

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ WORKDIR $HOME/app
26
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
27
  COPY --chown=user . $HOME/app
28
 
29
- CMD ["uvicorn", "mai:app", "--host", "0.0.0.0", "--port", "7860"]
 
26
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
27
  COPY --chown=user . $HOME/app
28
 
29
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]