Browse Source

added rm node_modules to client entry point

Bachir Soussi Chiadmi 3 years ago
parent
commit
4d71f70243
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Docker/client/client-entrypoint.sh

+ 3 - 1
Docker/client/client-entrypoint.sh

@@ -2,8 +2,10 @@
 
 cat /etc/passwd|grep 1000
 
-echo "Npm install"
+echo "Cleaning node_modules"
+rm -rf node_modules
 
+echo "Npm install"
 cd /app
 npm install