From 628d8c01f82741af98826645f9c085b7ae82182a Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sun, 1 May 2022 06:10:31 -0700 Subject: [PATCH] Doing force install in rpi docker container --- production/rpi-docker/bch-dex-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/rpi-docker/bch-dex-ui/Dockerfile b/production/rpi-docker/bch-dex-ui/Dockerfile index 4345f85..ac374ba 100644 --- a/production/rpi-docker/bch-dex-ui/Dockerfile +++ b/production/rpi-docker/bch-dex-ui/Dockerfile @@ -58,7 +58,7 @@ RUN git checkout ct-unstable # Install dependencies #RUN mkdir .ipfsdata #RUN npm install -g @mapbox/node-pre-gyp -RUN npm install +RUN npm install --force # Build the site RUN CI=true npm run build