automated terminal push

This commit is contained in:
2025-05-28 20:31:55 -04:00
parent c3e4f22f30
commit 1e858e7284
9 changed files with 108 additions and 1 deletions

13
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