chore: update configurations
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:18 as builder
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json yarn.lock ./
|
||||
RUN yarn install --frozen-lockfile --production
|
||||
RUN yarn install --production
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user