Files
databunker/start-docker.sh
2022-09-23 14:10:00 +03:00

6 lines
111 B
Bash
Executable File

#!/bin/sh
docker-compose down || true
docker build -t securitybunker/databunker:latest .
docker-compose up -d