Skip to content

Commit 580f477

Browse files
committed
restore the chmod steps
1 parent 5be384b commit 580f477

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ RUN apk --no-cache add ca-certificates curl bash jq py3-pip && \
55
pip install awscli
66

77
COPY ecs-deploy /usr/local/bin/ecs-deploy
8+
RUN chmod a+x /usr/local/bin/ecs-deploy
89
RUN ln -s /usr/local/bin/ecs-deploy /ecs-deploy
910

1011
COPY test.bats /test.bats
1112
COPY run-tests.sh /run-tests.sh
13+
RUN chmod a+x /run-tests.sh
1214

1315
ENTRYPOINT ["ecs-deploy"]

0 commit comments

Comments
 (0)