Files
casa/services/nginx/docker-run.sh
Márcio Fernandes 7711db2bc1
All checks were successful
deploy / deploy (push) Successful in 2s
wyoming service
2024-08-25 10:47:58 +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