update file

This commit is contained in:
Yuli
2024-05-21 19:48:31 +03:00
parent f7019da2a2
commit fae0817cd6

View File

@@ -3,5 +3,5 @@
VERSION=$(cat ./version.txt)
docker build -t securitybunker/databunker:$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
docker compose -f docker-compose-pgsql.yml down || true
docker compose -f docker-compose-pgsql.yml up -d