Skip to content

Commit

Permalink
Make file executable (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshitsethi authored Mar 20, 2019
1 parent 7a62b2a commit d4f3934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/deploy-plugin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit d4f3934

Please sign in to comment.