mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Docker COPY command for multiple files
This commit is contained in:
committed by
Joachim Van Herwegen
parent
e3cf2f9469
commit
717a907e4c
@@ -5,7 +5,7 @@ FROM node:lts AS build
|
||||
WORKDIR /community-server
|
||||
|
||||
## 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
|
||||
|
||||
Reference in New Issue
Block a user