feat: add database backup verification

This commit is contained in:
2024-01-11 19:38:13 +01:00
parent bcfc69e7f9
commit 2a8ad3a6e2
6 changed files with 22 additions and 12 deletions

View File

@@ -6,6 +6,6 @@ if [ $# -eq 0 ]
tag=$1
fi
docker build -f src/docker/Dockerfile -t jkaninda/mysql-bkup:$tag .
docker build -f src/Dockerfile -t jkaninda/mysql-bkup:$tag .
docker compose up -d
#docker compose up -d