remove portal

This commit is contained in:
SennayT
2026-05-23 09:31:26 +03:00
parent 465863be36
commit 2fa89d929d

View File

@@ -31,7 +31,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store\
FROM deps AS build
COPY . .
RUN pnpm run build
RUN pnpm run build --filter=\!"@edr/passenger-portal"
FROM base AS freight-api
# RUN corepack enable && corepack prepare pnpm@9.12.0 --activate