From 0a838b7fd7a1b3ed2038aa6ef3cfc614ac8a064c Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 14 Apr 2022 17:11:54 -0700 Subject: [PATCH] Adding install force --- production/docker/bch-dex-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/docker/bch-dex-ui/Dockerfile b/production/docker/bch-dex-ui/Dockerfile index 4345f85..ac374ba 100644 --- a/production/docker/bch-dex-ui/Dockerfile +++ b/production/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