]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile
freeze-lockfile option on yarn
[github/bastienwirtz/homer.git] / Dockerfile
index 29fda0ed766649d85897a9867b77b7f7e8bc01df..205d759fe2c02e463e07455ff86d09bfa85d800d 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