andreped commited on
Commit
077449c
1 Parent(s): 2018ded

Fixed demo/app.py path in Dockerfile

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