fix(docker): add pnpm workspace
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m41s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m41s
This commit is contained in:
@@ -3,7 +3,7 @@ RUN corepack enable
|
||||
|
||||
FROM base AS deps
|
||||
WORKDIR /app
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
FROM base AS build
|
||||
|
||||
Reference in New Issue
Block a user