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