We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a293e commit 74f8991Copy full SHA for 74f8991
2 files changed
Dockerfile
@@ -4,8 +4,6 @@ RUN apt-get update && apt-get -y install cron vim
4
5
WORKDIR /github/app
6
COPY ./app /github/app
7
-COPY ./repos /github/repos
8
-COPY ./logs /github/logs
9
10
RUN pip install -r requirements.txt
11
COPY crontab /etc/cron.d/github_backup
app/requirements.txt
@@ -1,4 +1,4 @@
1
PyGithub
2
GitPython
3
-python-pushover
+git+https://github.com/SmileyJoe/python-pushover@v0.4#egg=python-pushover
pyyaml
0 commit comments