Skip to content

Commit 12e7465

Browse files
author
Jiyeon Baek
committed
COPY script/
1 parent cc3abfc commit 12e7465

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ RUN apt-get update -y \
2424
skopeo \
2525
&& apt-get clean
2626

27+
# copy script for building and publishing container images
28+
COPY script /script
29+
2730
# install awscli v2. see https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
2831
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWS_CLI}.zip" -o /tmp/awscliv2.zip \
2932
&& unzip /tmp/awscliv2.zip -d /tmp/ \

0 commit comments

Comments
 (0)