diff --git a/Dockerfile b/Dockerfile index f1cfb1f..c2f8508 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,8 +13,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 ci && npm audit fix --force RUN npm install -g typescript # Copy source code and build