aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index c78a36596..71fca5d22 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,8 +21,7 @@ WORKDIR /usr/src/ferdi
21COPY package*.json ./ 21COPY package*.json ./
22COPY lerna.json ./ 22COPY lerna.json ./
23 23
24RUN npm i -g node-gyp@8.1.0 \ 24RUN npm i -g node-gyp@8.1.0
25 && npm config set node_gyp "$(which node-gyp)"
26 25
27COPY . . 26COPY . .
28 27