Add opentelemetry dep

This commit is contained in:
Jade Ellis 2024-08-25 04:23:21 +01:00
parent a2408366b2
commit cfad9861df
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

View file

@ -16,6 +16,7 @@ RUN mkdir ../node_modules
RUN cp -Lr node_modules/.pnpm/@resvg+resvg-*@*/node_modules/* ../node_modules/
RUN cp -Lr node_modules/.pnpm/@sentry+sveltekit@*/node_modules/* ../node_modules/
RUN cp -Lr node_modules/.pnpm/@opentelemetry+instrumentation-http@*/node_modules/* ../node_modules/
RUN cp -Lr node_modules/.pnpm/@opentelemetry+instrumentation@*/node_modules/* ../node_modules/
# RUN cd packages/website; --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN cd packages/website; pnpm run build