X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile.arm32v7;fp=Dockerfile.arm32v7;h=7664f6611252a472bdeae8a9224a764b66d7654e;hb=e6596ca6eea8792cb6b1a6a2e1c48b8ed44093cd;hp=d1ef1389e69dc55135269d569141b6a9f1482ccc;hpb=d10b219db596bb215db502b42e19443b8924fd56;p=github%2Fbastienwirtz%2Fhomer.git 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 WORKDIR /app COPY package*.json ./ -RUN yarn install +RUN yarn install --frozen-lockfile COPY . . RUN yarn build