Skip to content

Commit

Permalink
Merge pull request #3 from sakebook/fix/permission
Browse files Browse the repository at this point in the history
Fix entrypoint
  • Loading branch information
sakebook authored Oct 14, 2019
2 parents 20d3fbb + 5c2a476 commit ef496f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ WORKDIR /home/cirrus

COPY entrypoint.sh /home/cirrus/entrypoint.sh

RUN chmod +x /home/cirrus/entrypoint.sh
RUN chmod +x entrypoint.sh

ENTRYPOINT ["sh", "entrypoint.sh"]
ENTRYPOINT ["/home/cirrus/entrypoint.sh"]

0 comments on commit ef496f8

Please sign in to comment.