We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e11d1a commit 04e8bd5Copy full SHA for 04e8bd5
1 file changed
docker/Dockerfile
@@ -19,9 +19,7 @@ RUN corepack prepare pnpm@11.5.1 --activate
19
20
FROM base AS build
21
COPY package.json pnpm-lock.yaml ./
22
-# approve build scripts
23
-RUN echo "enable-pre-post-scripts=true" > .npmrc
24
-RUN pnpm install --frozen-lockfile
+RUN pnpm install --frozen-lockfile --dangerously-allow-all-builds
25
26
COPY . .
27
0 commit comments