update.sh : ajout npm install

This commit is contained in:
Ahurac 2024-06-29 14:41:18 +02:00
parent bb29b30e9c
commit dd009f3852

View file

@ -4,4 +4,6 @@ set -x -e
git checkout main
git pull
npm install
docker-compose up -d --build