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