feat: add database backup verification

This commit is contained in:
2024-01-11 19:46:29 +01:00
parent 3d885bfb44
commit 5f048cdf83
5 changed files with 15 additions and 9 deletions

View File

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