remove vit installation and add audit
This commit is contained in:
parent
ca5821a755
commit
db739666b6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue