fix: remove npm audit from Docker build step

This commit is contained in:
Ruben Taelman 2021-05-10 13:50:05 +02:00 committed by Matthieu Bosquet
parent dc7592ebc4
commit 767a3026cf

View File

@ -7,9 +7,6 @@ WORKDIR /community-server
## Copy the package.json for audit
COPY package*.json ./
## Verify if there are known vulnerabilities in the dependencies
RUN npm audit --production --audit-level=high
## Copy the dockerfile's context's community server files
COPY . .