mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-02 10:57:57 +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
|