Skip to content

Commit 5e5cbb8

Browse files
J12934Weltraumschaf
authored andcommitted
Ignore script installs during bun install
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent b6593b8 commit 5e5cbb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parser-sdk/nodejs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM oven/bun:1.2 AS build
66
WORKDIR /home/app/
77
COPY package.json package-lock.json ./
8-
RUN bun install
8+
RUN bun install --ignore-scripts
99
COPY *.js ./
1010
RUN bun run build
1111

0 commit comments

Comments
 (0)