Skip to content

Commit

Permalink
add output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Daishan Peng authored and Denise committed Nov 15, 2017
1 parent 43eb1c2 commit 58a89dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN wget -O - ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker

ENV DAPPER_SOURCE /go/src/github.com/rancher/rke/
ENV DAPPER_RUN_ARGS --privileged -v /var/lib/docker
ENV DAPPER_OUTPUT ./bin ./dist
ENV DAPPER_OUTPUT ./bin ./dist ./build/bin
ENV DAPPER_DOCKER_SOCKET true
ENV DAPPER_ENV TAG REPO GOOS CROSS
ENV TRASH_CACHE ${DAPPER_SOURCE}/.trash-cache
Expand Down

0 comments on commit 58a89dd

Please sign in to comment.