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 39d5cefda..a7d265e53 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,8 +16,7 @@ RUN apt-get update -y \
16 16
17WORKDIR /usr/src/ferdi 17WORKDIR /usr/src/ferdi
18 18
19RUN npm i -g pnpm@6.19.0 \ 19RUN npm i -g pnpm@6.19.0
20 && npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0
21 20
22COPY package*.json . 21COPY package*.json .
23 22