Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Fix docker builds for forex.analytics #424

Merged
merged 10 commits into from
Jul 31, 2017
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