Skip to content

Commit

Permalink
Remove yarn.lock so that the latest Web SDK is always installed on build
Browse files Browse the repository at this point in the history
  • Loading branch information
willmorgan committed Aug 17, 2021
1 parent e446032 commit 65b8b01
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions demo/.dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
src/static/yarn.lock
1 change: 0 additions & 1 deletion demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ WORKDIR /app
ADD src/yarn.lock .
ADD src/package.json .
RUN yarn
ADD src/static/yarn.lock ./static/
ADD src/static/package.json ./static/
RUN cd /app/static && yarn && cd /app
ADD src/ .
Expand Down
8 changes: 0 additions & 8 deletions demo/src/static/yarn.lock

This file was deleted.

0 comments on commit 65b8b01

Please sign in to comment.