mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-25 20:00:19 +01:00
6 lines
56 B
Bash
6 lines
56 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e -x
|
||
|
|
||
|
docker-compose up -d bigchaindb
|