automated terminal push

This commit is contained in:
Software Shinobi
2025-03-26 07:28:23 -04:00
parent 2c326c3519
commit 1042d3251c
68 changed files with 2 additions and 354 deletions

19
server/compose.bash Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
##
reset;
clear;
##
set -e;
set -x;
##
docker compose down --remove-orphans
docker compose up --build -d