Gregniuki commited on
Commit
0df8f60
·
1 Parent(s): c503f90

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.main: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", "app.py:app", "--host", "0.0.0.0", "--port", "7860"]