We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb666f8 + 8ae5802 commit e3e0118Copy full SHA for e3e0118
Dockerfile
@@ -14,7 +14,6 @@ ADD https://github.com/github/backup-utils/archive/stable.tar.gz /
14
RUN tar xzvf /stable.tar.gz --strip-components=1 -C /backup-utils && \
15
rm -r /stable.tar.gz
16
17
-COPY share/github-backup-utils/ghe-docker-init /backup-utils/share/github-backup-utils/ghe-docker-init
18
RUN chmod +x /backup-utils/share/github-backup-utils/ghe-docker-init
19
20
ENTRYPOINT ["/backup-utils/share/github-backup-utils/ghe-docker-init"]
0 commit comments