Files
casa/services/code-server/docker-run.sh
Márcio Fernandes 1d157000d0
All checks were successful
deploy / deploy (push) Successful in 4s
modified: README.md
modified:   services/code-server/docker-compose.yaml
modified:   services/code-server/docker-run.sh
2024-08-24 23:15:15 +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