Added unsafe-perm

This commit is contained in:
2020-07-08 13:53:57 +02:00
parent 74560fa8d7
commit a92614aad3
+1 -1
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 . .