fix: skip typecheck in Docker build, use pnpm -r build
Build & Push Docker Image / build (push) Failing after 49s
Build & Push Docker Image / build (push) Failing after 49s
This commit is contained in:
+3
-1
@@ -11,11 +11,13 @@ COPY lib/api-client-react/package.json lib/api-client-react/
|
|||||||
COPY scripts/package.json scripts/
|
COPY scripts/package.json scripts/
|
||||||
COPY artifacts/api-server/package.json artifacts/api-server/
|
COPY artifacts/api-server/package.json artifacts/api-server/
|
||||||
COPY artifacts/toolrate/package.json artifacts/toolrate/
|
COPY artifacts/toolrate/package.json artifacts/toolrate/
|
||||||
|
COPY artifacts/mockup-sandbox/package.json artifacts/mockup-sandbox/
|
||||||
|
|
||||||
RUN pnpm install --frozen-lockfile
|
RUN pnpm install --frozen-lockfile
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN BASE_PATH=/ pnpm run build
|
ENV BASE_PATH=/
|
||||||
|
RUN pnpm -r --if-present run build
|
||||||
|
|
||||||
FROM node:24-alpine AS runner
|
FROM node:24-alpine AS runner
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user