Skip to content

Commit

Permalink
change dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
boazca committed Sep 3, 2019
1 parent 8b04265 commit 1ac66af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ RUN apk update

RUN mkdir /logs

COPY test-adapter /adaptor
COPY test-adapter/test-adapter /adaptor

RUN chmod +x /adaptor

COPY start.sh /start.sh
RUN chmod 777 /start.sh
Expand Down

0 comments on commit 1ac66af

Please sign in to comment.