automated push from the terminal

This commit is contained in:
2025-06-13 15:43:24 -04:00
parent 2ddbf31e24
commit 5bae9900e8
70 changed files with 1072 additions and 724 deletions

13
legacy/compose.bash Executable file
View File

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