Files
casa/docker/nginx/docker-run.sh
Márcio Fernandes 600d3845f0 auto update added nginx, codeserver
Fix bug when using symbolic link
replace logger
2024-05-27 02:20:19 +01:00

10 lines
175 B
Bash
Executable File

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