mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
add grouped argument to docker build
This commit is contained in:
@@ -28,10 +28,10 @@ COPY packages/ui-common/package.json packages/ui-common/
|
|||||||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store\
|
RUN --mount=type=cache,id=pnpm,target=/pnpm/store\
|
||||||
--mount=type=secret,id=npmrc,target=./.npmrc \
|
--mount=type=secret,id=npmrc,target=./.npmrc \
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
FROM deps AS build
|
FROM deps AS build
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN pnpm run build --filter=\!"@edr/passenger-portal"
|
RUN pnpm run build --log-order grouped
|
||||||
|
|
||||||
FROM base AS freight-api
|
FROM base AS freight-api
|
||||||
# RUN corepack enable && corepack prepare pnpm@9.12.0 --activate
|
# RUN corepack enable && corepack prepare pnpm@9.12.0 --activate
|
||||||
|
|||||||
Reference in New Issue
Block a user