fixing pipe
This commit is contained in:
@@ -7,7 +7,7 @@ COPY package.json package-lock.json ./
|
|||||||
COPY packages/backend/package.json ./packages/backend/package.json
|
COPY packages/backend/package.json ./packages/backend/package.json
|
||||||
COPY packages/frontend/package.json ./packages/frontend/package.json
|
COPY packages/frontend/package.json ./packages/frontend/package.json
|
||||||
|
|
||||||
RUN npm ci --ignore-scripts
|
RUN npm ci
|
||||||
|
|
||||||
# ─── Stage 2: Build the Preact frontend ──────────────────────────────────────
|
# ─── Stage 2: Build the Preact frontend ──────────────────────────────────────
|
||||||
FROM deps AS build-frontend
|
FROM deps AS build-frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user