fix(deploy): build ops web with shared tsconfig
This commit is contained in:
@@ -8,6 +8,7 @@ RUN npm install -g pnpm@10.33.0
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
COPY packages/tsconfig/base.json ./packages/tsconfig/base.json
|
||||
COPY apps/ops-web/package.json ./apps/ops-web/
|
||||
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user