Skip to content

Commit

Permalink
fix: Guarantee the execution permission in the entrypoint.bash file (#…
Browse files Browse the repository at this point in the history
…149)

* add a command to guarantee the execution permission

* make more readable

* remove the duplicate command
  • Loading branch information
LuizSDCit committed Mar 9, 2022
1 parent 2f4089f commit f113076
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cloudbuild/cloudbuild_builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ RUN apt-get update && \

ENV PATH=/builder/terraform/:$PATH
COPY entrypoint.bash /builder/entrypoint.bash
RUN chmod +x /builder/entrypoint.bash
ENTRYPOINT ["/builder/entrypoint.bash"]

0 comments on commit f113076

Please sign in to comment.