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