remove vit installation and add audit

This commit is contained in:
TheMaddax 2024-11-23 21:28:32 -06:00
parent ca5821a755
commit db739666b6

View file

@ -14,6 +14,7 @@ RUN npm install -g npm@latest
# Install dependencies from package.json # Install dependencies from package.json
COPY package*.json ./ COPY package*.json ./
RUN npm ci RUN npm ci
RUN npm audit fix --force
RUN npm install -g typescript RUN npm install -g typescript
# Copy source code and build # Copy source code and build