We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae59b5b commit 3c540b3Copy full SHA for 3c540b3
1 file changed
parser-sdk/nodejs/Dockerfile
@@ -5,7 +5,7 @@
5
FROM oven/bun:1.2 AS build
6
WORKDIR /home/app/
7
COPY package.json package-lock.json ./
8
-RUN bun install
+RUN bun install --ignore-scripts
9
COPY *.js ./
10
RUN bun run build
11
0 commit comments