Fixed scripting issues and multi-repo issues.

This commit is contained in:
Nicole Rappe
2024-01-07 17:46:37 -07:00
parent 5415f58c33
commit ec6bd5f9d2
4 changed files with 15 additions and 7 deletions

View File

@ -9,7 +9,7 @@ COPY repo_watcher.sh /repo_watcher.sh
RUN chmod +x /repo_watcher.sh
#Create Directory to store Repositories
RUN mkdir -p /root/Repo_Watcher
RUN mkdir -p /root/Repo_Cache
# Start script (Alpine uses /bin/sh instead of /bin/bash)
CMD ["/bin/sh", "-c", "/repo_watcher.sh"]