Spaces:
Sleeping
Sleeping
Upload 2 files
Browse files- 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 ["
|
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"]
|
|