mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Update Dockerfile
This commit is contained in:
@@ -19,7 +19,7 @@ RUN --mount=type=secret,id=npmrc,target=./.npmrc,required=false \
|
||||
FROM base AS builder
|
||||
COPY --from=installer /app/ .
|
||||
COPY --from=pruner /app/out/full/ .
|
||||
RUN pnpm turbo build --filter="@edr/payement-api..."
|
||||
RUN pnpm turbo build --filter="@edr/payment-api..."
|
||||
|
||||
FROM base AS deployer
|
||||
COPY --from=builder /app/ .
|
||||
|
||||
Reference in New Issue
Block a user