Skip to content

Commit

Permalink
try copy and chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sjostrom committed Aug 29, 2019
1 parent 0add784 commit 1f01e68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && \
apt-get install -y git && \
apt-get install -y curl

ADD ./contrib/semver ./contrib/semver
ADD entrypoint.sh /entrypoint.sh
COPY ./contrib/semver ./contrib/semver
RUN chmod +x ./contrib/semver
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 1f01e68

Please sign in to comment.