Skip to content

Commit

Permalink
Only one needs be executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Nov 15, 2024
1 parent e83ea16 commit f6a1c5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ LABEL org.opencontainers.image.description='An extension of kaniko-project/execu

COPY scripts/* /

RUN chmod +x /kaniko-gitlab.sh && \
chmod +x /kaniko-maven.sh && \
chmod +x /docker-build-setup.sh && \
chmod +x /script.sh
RUN chmod +x /script.sh

ENTRYPOINT ["/script.sh"]

0 comments on commit f6a1c5a

Please sign in to comment.