From dd009f385294e54ee71102cf51a5b12a7254110f Mon Sep 17 00:00:00 2001 From: Ahurac Date: Sat, 29 Jun 2024 14:41:18 +0200 Subject: [PATCH] update.sh : ajout `npm install` --- update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update.sh b/update.sh index b159b22..2370109 100755 --- a/update.sh +++ b/update.sh @@ -4,4 +4,6 @@ set -x -e git checkout main git pull +npm install + docker-compose up -d --build