diff --git a/Docker/npm/client-entrypoint.sh b/Docker/npm/client-entrypoint.sh index 34f3a88..3748233 100644 --- a/Docker/npm/client-entrypoint.sh +++ b/Docker/npm/client-entrypoint.sh @@ -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 diff --git a/public_html b/public_html index a95d44c..2b67b22 160000 --- a/public_html +++ b/public_html @@ -1 +1 @@ -Subproject commit a95d44c92baea1050b3dde1e8dc8a08825a68c0c +Subproject commit 2b67b22ce5c29948d9f2caaedd30ee6b15900fb4 diff --git a/public_html_legacy b/public_html_legacy index 094d6ec..49a0944 160000 --- a/public_html_legacy +++ b/public_html_legacy @@ -1 +1 @@ -Subproject commit 094d6ec86f27a5eee82650daf1398b6147e8d761 +Subproject commit 49a09444126bec720fcc084f9b55e54f49af4271 diff --git a/solr_cores b/solr_cores index a840905..82bc5b7 160000 --- a/solr_cores +++ b/solr_cores @@ -1 +1 @@ -Subproject commit a84090562cdfd454e920a336169443c94f05e688 +Subproject commit 82bc5b7e78529f3e26d5684b061c2aaf8ee1f552