Dovakiins commited on
Commit
5378040
·
verified ·
1 Parent(s): 6336e48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -28,4 +28,5 @@ WORKDIR $HOME/app
28
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
29
  COPY --chown=user . $HOME/app
30
 
31
- CMD ["./run.sh"]
 
 
28
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
29
  COPY --chown=user . $HOME/app
30
 
31
+ #CMD ["./run.sh"]
32
+ CMD ["python one_click.py"]