updated D8 D7 and solr_cores

This commit is contained in:
2021-01-26 22:40:57 +01:00
parent f1c8eb0e3b
commit 264bf5a660
4 changed files with 6 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ cd /app
echo "Cleaning node_modules"
rm -rf node_modules
echo "Cleaning npm cache"
npm cache clean --f
echo "Npm install"
npm install