remove build commands

This commit is contained in:
Yuli
2024-08-07 10:19:19 +03:00
parent 0167b55c07
commit 6541a16f32

View File

@@ -1,7 +1,4 @@
#!/bin/sh
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