Files
learn.softwareshinobi.com/compose.bash
Software Shinobi b1cda1e79f
Some checks are pending
learn org at code.softwareshinobi.com/learn.softwareshinobi.com/pipeline/head Build queued...
automated terminal push
2025-06-05 20:01:56 -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