Skip to content

Commit

Permalink
fix(rn): docker-compose.yml Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Dec 11, 2018
1 parent 35d3cfd commit 17a373a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/react-native/Dockerfile
Expand Up @@ -28,6 +28,7 @@ RUN apk --no-cache --update add nodejs-npm make gcc g++ musl-dev openssl-dev git
ENV GO111MODULE=on GOPROXY=http://goproxy.berty.io:3000

VOLUME /go/src
VOLUME /go/bin

CMD cd /go/src/berty.tech/core \
&& make dev RUN_DAEMON_OPTS="--log-level=debug --jaeger-address=react-native_tracer-service_1:6831"
1 change: 1 addition & 0 deletions client/react-native/docker-compose.yml
Expand Up @@ -38,4 +38,5 @@ services:
volumes:
- $GOPATH/src:/go/src
- /tmp/go/pkg:/go/pkg
- /tmp/go/bin:/go/bin

0 comments on commit 17a373a

Please sign in to comment.