mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-29 09:02:22 +00:00
remove build commands
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/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 down || true
|
||||||
docker compose -f docker-compose-pgsql.yml up -d
|
docker compose -f docker-compose-pgsql.yml up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user