We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be384b commit 580f477Copy full SHA for 580f477
Dockerfile
@@ -5,9 +5,11 @@ RUN apk --no-cache add ca-certificates curl bash jq py3-pip && \
5
pip install awscli
6
7
COPY ecs-deploy /usr/local/bin/ecs-deploy
8
+RUN chmod a+x /usr/local/bin/ecs-deploy
9
RUN ln -s /usr/local/bin/ecs-deploy /ecs-deploy
10
11
COPY test.bats /test.bats
12
COPY run-tests.sh /run-tests.sh
13
+RUN chmod a+x /run-tests.sh
14
15
ENTRYPOINT ["ecs-deploy"]
0 commit comments