Gregniuki commited on
Commit
a8337bb
1 Parent(s): d78c848

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ WORKDIR $HOME/app
31
  COPY --chown=user . $HOME/app
32
 
33
  # Specify the command to run your application (modify as needed)
34
- CMD ["uvicorn", "app.py:app", "--host", "0.0.0.0", "--port", "7860"]
 
31
  COPY --chown=user . $HOME/app
32
 
33
  # Specify the command to run your application (modify as needed)
34
+ CMD ["uvicorn", "endpoints:app", "--host", "0.0.0.0", "--port", "7860"]