Skip to content

Commit

Permalink
Fix aws-configure file copy
Browse files Browse the repository at this point in the history
Signed-off-by: Shay Gordon <shay@blockchaintp.com>
  • Loading branch information
camembertelectrique committed Jan 29, 2020
1 parent f08bd30 commit 3f1125a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ledger-api-testtool.docker
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ RUN mkdir -p /opt/ledger-api-test-tool && \

RUN pip3 install awscli --upgrade

WORKDIR /opt/ledger-api-test-tool

COPY ./scripts/aws-configure.sh .
RUN chmod +x ./aws-configure.sh

WORKDIR /opt/ledger-api-test-tool

CMD ["java", "-jar","ledger-api-test-tool.jar"]

0 comments on commit 3f1125a

Please sign in to comment.