Files
databunker/docker-build.sh
2025-01-27 23:17:27 +02:00

6 lines
196 B
Bash
Executable File

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