From db739666b65e29a9ec13df0092fc8bd1def45143 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Sat, 23 Nov 2024 21:28:32 -0600 Subject: [PATCH] remove vit installation and add audit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c990f9f..f1cfb1f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN npm install -g npm@latest # Install dependencies from package.json COPY package*.json ./ RUN npm ci +RUN npm audit fix --force RUN npm install -g typescript # Copy source code and build