From c66bc511c05378817a0597e30dc08609abfce2b3 Mon Sep 17 00:00:00 2001 From: Yuli Date: Sun, 28 Apr 2024 00:21:36 +0300 Subject: [PATCH] fix script --- start-docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/start-docker.sh b/start-docker.sh index 1984a34..d6c664a 100755 --- a/start-docker.sh +++ b/start-docker.sh @@ -2,5 +2,6 @@ VERSION=$(cat ./version.txt) docker build -t securitybunker/databunker:$VERSION --build-arg VERSION=$VERSION . +docker tag securitybunker/databunker:$VERSION securitybunker/databunker:latest docker-compose -f docker-compose-pgsql.yml down || true docker-compose -f docker-compose-pgsql.yml up -d