Disable TLS validatoin in builds (work around sentry)
This commit is contained in:
parent
4fd9ce1174
commit
02d40e9688
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ ENV CI=1
|
|||
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
|
||||
# RUN cd packages/website; --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
|
||||
FROM deps as build
|
||||
ENV NODE_TLS_REJECT_UNAUTHORIZED=0
|
||||
RUN cd packages/website; pnpm run build
|
||||
|
||||
RUN cd packages/website; pnpm exec rollup -c server-rollup.config.mjs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue