Skip to content

Commit 74f8991

Browse files
authored
Removing repos copy, using pushover fork that works (#6)
1 parent 21a293e commit 74f8991

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ RUN apt-get update && apt-get -y install cron vim
44

55
WORKDIR /github/app
66
COPY ./app /github/app
7-
COPY ./repos /github/repos
8-
COPY ./logs /github/logs
97

108
RUN pip install -r requirements.txt
119
COPY crontab /etc/cron.d/github_backup

app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
PyGithub
22
GitPython
3-
python-pushover
3+
git+https://github.com/SmileyJoe/python-pushover@v0.4#egg=python-pushover
44
pyyaml

0 commit comments

Comments
 (0)