mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: remove npm audit from Docker build step
This commit is contained in:
parent
dc7592ebc4
commit
767a3026cf
@ -7,9 +7,6 @@ WORKDIR /community-server
|
|||||||
## Copy the package.json for audit
|
## Copy the package.json for audit
|
||||||
COPY package*.json ./
|
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 the dockerfile's context's community server files
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user