diff options
author | Calvin Bui <3604363+calvinbui@users.noreply.github.com> | 2020-06-11 11:42:56 +1000 |
---|---|---|
committer | Calvin Bui <3604363+calvinbui@users.noreply.github.com> | 2020-06-11 11:42:56 +1000 |
commit | e6596ca6eea8792cb6b1a6a2e1c48b8ed44093cd (patch) | |
tree | 58f66b28a3fba8eb32d29b45022385f4734853ef /Dockerfile.arm32v7 | |
parent | d10b219db596bb215db502b42e19443b8924fd56 (diff) | |
download | homer-e6596ca6eea8792cb6b1a6a2e1c48b8ed44093cd.tar.gz homer-e6596ca6eea8792cb6b1a6a2e1c48b8ed44093cd.tar.zst homer-e6596ca6eea8792cb6b1a6a2e1c48b8ed44093cd.zip |
freeze-lockfile option on yarn
Diffstat (limited to 'Dockerfile.arm32v7')
-rw-r--r-- | Dockerfile.arm32v7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index d1ef138..7664f66 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 | |||
@@ -4,7 +4,7 @@ FROM node:lts-alpine as build-stage | |||
4 | WORKDIR /app | 4 | WORKDIR /app |
5 | 5 | ||
6 | COPY package*.json ./ | 6 | COPY package*.json ./ |
7 | RUN yarn install | 7 | RUN yarn install --frozen-lockfile |
8 | 8 | ||
9 | COPY . . | 9 | COPY . . |
10 | RUN yarn build | 10 | RUN yarn build |