Added unsafe-perm
This commit is contained in:
parent
74560fa8d7
commit
a92614aad3
@ -4,7 +4,7 @@ WORKDIR /build
|
|||||||
|
|
||||||
## Install app dependencies
|
## Install app dependencies
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install --unsafe-perm
|
||||||
|
|
||||||
## Bundle app source
|
## Bundle app source
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user