This commit is contained in:
2024-07-19 16:08:35 +01:00
parent c7665f33f5
commit aa5bfa524c
5 changed files with 37 additions and 9 deletions

View File

@@ -1,9 +1,11 @@
#! /bin/bash
scriptPath="$(dirname "$(readlink -f "$0")")"
currentPath=$PWD
cd $scriptPath
docker-compose pull
docker-compose up --force-recreate --build -d
cd $currentPath