Skip to content

Commit

Permalink
add version to container
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky committed Apr 27, 2024
1 parent 856e99c commit 857aa0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start-docker.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 857aa0f

Please sign in to comment.