Skip to content

Commit

Permalink
Add execution permissions to entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Attree committed Jan 30, 2020
1 parent c2de5a1 commit c7116fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION}
RUN pip install --quiet --no-cache-dir mkdocs

ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ runs:
using: docker
image: Dockerfile
branding:
icon: refresh-cw
color: green
icon: arrow-up-circle
color: red

0 comments on commit c7116fa

Please sign in to comment.