From 08ac0babfbc379970bdf7c75c0283c5e1e0841f3 Mon Sep 17 00:00:00 2001 From: gary-van-woerkens Date: Thu, 3 Aug 2023 21:04:29 +0200 Subject: [PATCH] security fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb6250c4b..325f6eeb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV NEXT_TELEMETRY_DISABLED 1 # build COPY . . -RUN yarn install --frozen-lockfile --production +RUN yarn install --frozen-lockfile --production --ignore-scripts RUN yarn build # Production image, copy all the files and run next