moved docker to services
This commit is contained in:
9
services/code-server/docker-run.sh
Executable file
9
services/code-server/docker-run.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#! /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