diff --git a/Dockerfile b/Dockerfile index 110df0095b..4488affa21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app WORKDIR /app COPY package.json /app/ -RUN npm install +RUN npm install -g node-gyp && npm install --unsafe-perm COPY . /app