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