Files
resume.softwareshinobi.com/compose.bash
Software Shinobi 7d306fbc82
All checks were successful
code.softwareshinobi.com-softwareshinobi/resume.softwareshinobi.com/pipeline/head This commit looks good
automated push from the terminal
2025-06-15 16:27:05 -04:00

20 lines
126 B
Bash
Executable File

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