File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
governance/xc_admin/packages/xc_admin_frontend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ USER pyth
16
16
17
17
FROM builder-base AS builder
18
18
ARG package
19
- RUN pnpm turbo build --filter $package
19
+ RUN CI=true pnpm turbo build --filter $package
20
20
RUN pnpm deploy --filter $package --prod /srv/$package
21
21
22
22
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG NEXT_PUBLIC_RPC_POOL_TOKEN
4
4
ENV NEXT_TELEMETRY_DISABLED 1
5
5
ENV BUILD_STANDALONE true
6
6
ENV NEXT_PUBLIC_RPC_POOL_TOKEN $NEXT_PUBLIC_RPC_POOL_TOKEN
7
- RUN pnpm turbo build --filter @pythnetwork/xc-admin-frontend
7
+ RUN CI=true pnpm turbo build --filter @pythnetwork/xc-admin-frontend
8
8
9
9
10
10
# See https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
You can’t perform that action at this time.
0 commit comments