update.sh : ajout npm install
This commit is contained in:
parent
bb29b30e9c
commit
dd009f3852
1 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,6 @@ set -x -e
|
||||||
git checkout main
|
git checkout main
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
npm install
|
||||||
|
|
||||||
docker-compose up -d --build
|
docker-compose up -d --build
|
||||||
|
|
Loading…
Reference in a new issue