Skip to content

Commit e3e0118

Browse files
authored
Merge pull request #399 from elordahl/remove_docker_copy
Removing unneeded COPY from Dockerfile
2 parents fb666f8 + 8ae5802 commit e3e0118

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ADD https://github.com/github/backup-utils/archive/stable.tar.gz /
1414
RUN tar xzvf /stable.tar.gz --strip-components=1 -C /backup-utils && \
1515
rm -r /stable.tar.gz
1616

17-
COPY share/github-backup-utils/ghe-docker-init /backup-utils/share/github-backup-utils/ghe-docker-init
1817
RUN chmod +x /backup-utils/share/github-backup-utils/ghe-docker-init
1918

2019
ENTRYPOINT ["/backup-utils/share/github-backup-utils/ghe-docker-init"]

0 commit comments

Comments
 (0)