Skip to content

Commit

Permalink
Added the execution permissions to the entrypoint script.
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Roldan <[email protected]>
  • Loading branch information
airvzxf committed Sep 13, 2020
1 parent 3f62b86 commit d2f777a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ WORKDIR /public_html
COPY init.sh /app/init.sh
COPY LICENSE README.md /app/

RUN ["/bin/chmod", "+x", "/app/init.sh"]

ENTRYPOINT ["/app/init.sh"]

0 comments on commit d2f777a

Please sign in to comment.