sayakpaul HF staff commited on
Commit
028b1a4
·
verified ·
1 Parent(s): 9eebd87

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -50,4 +50,5 @@ WORKDIR $HOME/app
50
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
51
  COPY --chown=user . $HOME/app
52
 
53
- CMD ["python3", "appy.py"]
 
 
50
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
51
  COPY --chown=user . $HOME/app
52
 
53
+ CMD ["/bin/bash"]
54
+ # CMD ["python3", "app/appy.py"]