Skip to content

Commit 9e11d1a

Browse files
committed
fix dockerfile
1 parent cc22929 commit 9e11d1a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN corepack prepare pnpm@11.5.1 --activate
1919

2020
FROM base AS build
2121
COPY package.json pnpm-lock.yaml ./
22+
# approve build scripts
23+
RUN echo "enable-pre-post-scripts=true" > .npmrc
2224
RUN pnpm install --frozen-lockfile
2325

2426
COPY . .

0 commit comments

Comments
 (0)