fix: exclude mockup-sandbox from Docker build
Build & Push Docker Image / build (push) Failing after 30s
Build & Push Docker Image / build (push) Failing after 30s
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ RUN pnpm install --frozen-lockfile
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV BASE_PATH=/
|
ENV BASE_PATH=/
|
||||||
RUN pnpm -r --if-present run build
|
RUN pnpm --filter @workspace/api-server --filter @workspace/toolrate -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