Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 76b3dc8

Browse files
alexspencerickr
authored andcommitted
copy yarn.lock before yarn install
1 parent f349b64 commit 76b3dc8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ WORKDIR /usr/src/app
99

1010
# Install app dependencies
1111
COPY package.json /usr/src/app/
12+
COPY yarn.lock /usr/src/app/
1213
RUN yarn install --no-progress
1314

1415
# Bundle app source

0 commit comments

Comments
 (0)