]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile.arm32v7
freeze-lockfile option on yarn
[github/bastienwirtz/homer.git] / Dockerfile.arm32v7
index d1ef1389e69dc55135269d569141b6a9f1482ccc..7664f6611252a472bdeae8a9224a764b66d7654e 100644 (file)
@@ -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