fixing
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
FROM node:slim AS builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
# Install dependencies
|
||||
COPY package.json package-lock.json ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user