Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jul 27, 2019
1 parent d0101e6 commit d9d6561
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Expand Up @@ -34,7 +34,5 @@ RUN buildDeps='libfuse3-dev bzip2 libbz2-dev libz-dev cmake build-essential git

COPY --from=go_builder /bin/ipsw /bin/ipsw

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

ENTRYPOINT [ "/entrypoint.sh" ]
ENTRYPOINT [ "/bin/ipsw" ]
CMD [ "--help" ]

0 comments on commit d9d6561

Please sign in to comment.