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 881332c19..7c25776e4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ COPY lerna.json ./
14# Note: This is being set to bypass the error with missing git repo information for the 'preval-build-info' module 14# Note: This is being set to bypass the error with missing git repo information for the 'preval-build-info' module
15ENV PREVAL_BUILD_INFO_PLACEHOLDERS=true 15ENV PREVAL_BUILD_INFO_PLACEHOLDERS=true
16 16
17RUN npm i node-gyp@8.0.0 node-sass@5.0.0 \ 17RUN npm i node-gyp@8.0.0 \
18 && npx lerna bootstrap 18 && npx lerna bootstrap
19 19
20COPY . . 20COPY . .