Skip to content

Commit

Permalink
restore the chmod steps
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed May 2, 2023
1 parent 5be384b commit 580f477
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ RUN apk --no-cache add ca-certificates curl bash jq py3-pip && \
pip install awscli

COPY ecs-deploy /usr/local/bin/ecs-deploy
RUN chmod a+x /usr/local/bin/ecs-deploy
RUN ln -s /usr/local/bin/ecs-deploy /ecs-deploy

COPY test.bats /test.bats
COPY run-tests.sh /run-tests.sh
RUN chmod a+x /run-tests.sh

ENTRYPOINT ["ecs-deploy"]

0 comments on commit 580f477

Please sign in to comment.