mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 18:18:43 +00:00
add version to container
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build -t securitybunker/databunker:latest .
|
||||
VERSION=$(cat ./version.txt)
|
||||
docker build -t securitybunker/databunker:$VERSION --build-arg VERSION=$VERSION .
|
||||
docker-compose -f docker-compose-pgsql.yml down || true
|
||||
docker-compose -f docker-compose-pgsql.yml up -d
|
||||
|
||||
Reference in New Issue
Block a user