aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index cb3053708..bccfdd6fc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update -y \
17WORKDIR /usr/src/ferdi 17WORKDIR /usr/src/ferdi
18 18
19RUN npm i -g pnpm@6.16.0 \ 19RUN npm i -g pnpm@6.16.0 \
20 && npm ls -g node-gyp@8.1.0 || npm i -g node-gyp@8.1.0 \ 20 && npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 \
21 && npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 21 && npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0
22 22
23COPY package*.json . 23COPY package*.json .