Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down