sarim commited on
Commit
a7f2622
·
1 Parent(s): 67e85e4

update docker

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