Skip to content

Commit

Permalink
fix: add a chmod command for project infra pipeline runners(#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizSDCit committed Mar 14, 2022
1 parent cf22a4e commit 2730050
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,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 2730050

Please sign in to comment.