jammmmm commited on
Commit
9c46e37
1 Parent(s): 99532c3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,4 +39,4 @@ WORKDIR $HOME/app
39
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
40
  COPY --chown=user . $HOME/app
41
 
42
- CMD ["python3", "gradio_app.py"]
 
39
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
40
  COPY --chown=user . $HOME/app
41
 
42
+ CMD ["python3", "app.py"]