mirror of
https://github.com/outbackdingo/databunker.git
synced 2026-01-27 18:18:43 +00:00
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker-compose down || true
|
|
docker build -t securitybunker/databunker:latest .
|
|
docker-compose up -d
|