Added unsafe-perm

This commit is contained in:
Nicolai Ort 2020-07-08 13:53:57 +02:00
parent 74560fa8d7
commit a92614aad3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /build
## Install app dependencies
COPY package*.json ./
RUN npm install
RUN npm install --unsafe-perm
## Bundle app source
COPY . .