Files
casa/services/code-server/docker-run.sh
2024-07-19 16:08:35 +01:00

12 lines
177 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