nlztrk commited on
Commit
f8e3f3d
·
1 Parent(s): 2b8277c

Upload 2 files

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