X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile.arm64v8;fp=Dockerfile.arm64v8;h=0175341d9ed490bd6603cdf7b213fd5558608ca0;hb=e6596ca6eea8792cb6b1a6a2e1c48b8ed44093cd;hp=2f26d09e8d1ef2099f8e7ee3785c054731498d4d;hpb=d10b219db596bb215db502b42e19443b8924fd56;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8 index 2f26d09..0175341 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 @@ -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