Files
databunker/docker-build.sh
2024-08-24 21:35:51 +03:00

6 lines
172 B
Bash
Executable File

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