Skip to content

Commit

Permalink
fix(web): fixed bertychat/web docker image generation and added new f…
Browse files Browse the repository at this point in the history
…olders in dockerignore
  • Loading branch information
aeddi committed Oct 1, 2018
1 parent 7a9cf05 commit 99ded87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/react-native/.dockerignore
Expand Up @@ -3,3 +3,5 @@ web/node_modules
common/node_modules
gomobile
mobile
fastlane
patch
1 change: 1 addition & 0 deletions client/react-native/Dockerfile
Expand Up @@ -16,6 +16,7 @@ RUN echo "@testing http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/
apk update && apk add --no-cache watchman@testing

# Install common dependencies
COPY common/schema.graphql /usr/src/app/common/schema.graphql
COPY package.json /usr/src/app/package.json
COPY yarn.lock /usr/src/app/yarn.lock
RUN cd /usr/src/app && yarn --silent
Expand Down

0 comments on commit 99ded87

Please sign in to comment.