Skip to content

Commit

Permalink
entrypointに権限を渡せるようDockerfileを編集 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyochn authored Feb 11, 2022
1 parent 70cfa53 commit 19de821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github.sample/actions/latex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ FROM paperist/alpine-texlive-ja
RUN apk add bash git jq

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

0 comments on commit 19de821

Please sign in to comment.