mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-15 20:59:49 +01:00
freeze-lockfile option on yarn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user