fix: exclude mockup-sandbox from Docker build
Build & Push Docker Image / build (push) Failing after 30s

This commit is contained in:
root
2026-07-30 09:18:40 +02:00
parent e7727e78c4
commit 1b05645c15
+1 -1
View File
@@ -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