mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 17:50:09 +01:00
6 lines
67 B
Bash
Executable File
6 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e -x
|
|
|
|
docker-compose build --no-cache bigchaindb
|