Adding install force

This commit is contained in:
Chris Troutner
2022-04-14 17:11:54 -07:00
parent de9ede9859
commit 0a838b7fd7
+1 -1
View File
@@ -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