mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

- Keep only tendermint specific files, remove reference to older deployment strategy - Update Bigchaindb Dockerfile
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t bigchaindb/nginx_http:unstable-tmt .
|
|
|
|
docker push bigchaindb/nginx_http:unstable-tmt
|