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

Commit 8af128c

Browse files
authored
copy yarn.lock together with package.json
1 parent 90d8401 commit 8af128c

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)