Skip to content

Commit

Permalink
Add chmod +x to entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
henrynewman committed May 21, 2023
1 parent be44db5 commit de80b4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ RUN pip install --no-cache-dir gcloud
RUN npm install -g yarn --force

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

0 comments on commit de80b4b

Please sign in to comment.