diff --git a/Dockerfile b/Dockerfile index 2bccf44..8dd892a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /build ## Install app dependencies COPY package*.json ./ -RUN npm install +RUN npm install --unsafe-perm ## Bundle app source COPY . .