Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 00387cb

Browse files
authored
Merge pull request #310 from Flyingmana/patch-1
copy yarn.lock together with package.json
2 parents cfd250f + 8af128c commit 00387cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/vue-storefront-api/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ WORKDIR /var/www
77
RUN apk add --no-cache curl git
88

99
COPY package.json ./
10+
COPY yarn.lock ./
1011

1112
RUN apk add --no-cache --virtual .build-deps ca-certificates wget && \
1213
yarn install --no-cache && \

0 commit comments

Comments
 (0)