Files
databunker/docker-build.sh
2024-12-28 21:39:51 +02:00

6 lines
189 B
Bash
Executable File

#!/bin/sh
VERSION=$(cat ./version.txt)
docker build --progress=plain -t securitybunker/databunker:$VERSION .
docker tag securitybunker/databunker:$VERSION securitybunker/databunker:latest