Skip to content

Commit

Permalink
Add chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Sullivan committed Sep 29, 2020
1 parent 520213e commit 8c6846f
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 @@ -2,4 +2,6 @@ FROM microsoft/powershell

ADD ["entrypoint.ps1", "/data/"]

RUN chmod +x /data/entrypoint.ps1

ENTRYPOINT ["/data/entrypoint.ps1"]

0 comments on commit 8c6846f

Please sign in to comment.