Skip to content

Commit

Permalink
added cli to node image
Browse files Browse the repository at this point in the history
  • Loading branch information
ivcosla committed Jul 8, 2019
1 parent d3aaeb9 commit b096366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/images/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ FROM ${base} as node-runner
COPY --from=builder /go/skywire/skywire-node skywire-node
COPY --from=builder /go/skywire/apps bin/apps
COPY --from=builder /go/skywire/docker/images/node/update.sh update.sh
COPY --from=builder /go/skywire/skywire-cli bin/skywire-cli

RUN ./update.sh

Expand Down

0 comments on commit b096366

Please sign in to comment.