Files
linux.softwareshinobi.com/compose.bash
Software Shinobi a6f5f339c3
All checks were successful
learn org at code.softwareshinobi.com/linux.softwareshinobi.com/pipeline/head This commit looks good
automated terminal push
2025-06-05 19:02:09 -04:00

20 lines
122 B
Bash
Executable File

#!/bin/bash
##
reset
clear
##
set -e
set -x
##
docker compose down --remove-orphans
docker compose up --build -d