Skip to content

Commit

Permalink
COPY instead of ADD
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Feb 2, 2024
1 parent d24a48e commit f52cf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3-lastmodified-checker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN curl --version

#RUN apt-get update && apt-get install -y curl

ADD run.sh /opt/s3-lastmodified-checker/run.sh
COPY run.sh /opt/s3-lastmodified-checker/run.sh

WORKDIR /s3-lastmodified-checker

Expand Down

0 comments on commit f52cf1b

Please sign in to comment.