diff --git a/Dockerfile b/Dockerfile index 41e47cbfa..40c6c5544 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . .