diff --git a/Docker/client/client-entrypoint.sh b/Docker/client/client-entrypoint.sh index 6d6da80..0be4723 100644 --- a/Docker/client/client-entrypoint.sh +++ b/Docker/client/client-entrypoint.sh @@ -7,6 +7,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/client b/client index 4c2288c..0572ce3 160000 --- a/client +++ b/client @@ -1 +1 @@ -Subproject commit 4c2288cf971e6813eca2afb6f14e71a6f7a12f13 +Subproject commit 0572ce3a067ac530cdbd4f878e4e06e942b54b33 diff --git a/synopsx b/synopsx index c841365..19d5718 160000 --- a/synopsx +++ b/synopsx @@ -1 +1 @@ -Subproject commit c84136501ef1fdc9ce7298e3bfc5e5cc22d39ca0 +Subproject commit 19d5718e37e1fd5af9adc08dad36a99cb517f815 diff --git a/webapp b/webapp index 34356e0..5a0da60 160000 --- a/webapp +++ b/webapp @@ -1 +1 @@ -Subproject commit 34356e0fc79b6de053537188b84793a0ccb40c24 +Subproject commit 5a0da605bdca76e581442740a77cac487efcdbc6