Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
move up chmod line
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorsector committed Aug 26, 2019
1 parent a59f537 commit 18b61c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses/00.1_first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Actions come in two types: **container actions** and **JavaScript actions**. Our
LABEL "maintainer"="Octocat <octocat@github.com>"

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
```
1. Stage and commit your file
- If you're working locally, you will also need to push the branch to GitHub
Expand Down

0 comments on commit 18b61c6

Please sign in to comment.