Skip to content

Commit

Permalink
Use COPY instead of ADD
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegt1 committed Sep 11, 2024
1 parent 655008c commit ef6f959
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN dnf install -y oracle-olcne-release-el8 && \
dnf install -y helm kubectl && \
rm -rf /var/cache/dnf

ADD help.sh /opt/help.sh
COPY help.sh /opt/help.sh

USER oracle

Expand Down

0 comments on commit ef6f959

Please sign in to comment.