mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
freeze-lockfile option on yarn
This commit is contained in:
parent
d10b219db5
commit
e6596ca6ee
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue