mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-10-30 01:22:28 +00:00
6 lines
167 B
Bash
Executable File
6 lines
167 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker build -t securitybunker/databunker:latest .
|
|
docker-compose -f docker-compose-pgsql.yml down || true
|
|
docker-compose -f docker-compose-pgsql.yml up -d
|