Files
newsletter.softwareshinobi.com/compose.bash
Software Shinobi 3a2e0c62a2
All checks were successful
code.softwareshinobi.com-shinobi/newsletter.softwareshinobi.com/pipeline/head This commit looks good
automated terminal push
2025-06-04 10:58:11 -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