chamges
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user