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