bigchaindb/k8s/nginx-http/container/docker_build_and_push.bash
muawiakh 1a0c165487 Address comments
- Keep only tendermint specific files, remove reference to older
  deployment strategy
- Update Bigchaindb Dockerfile
2018-02-01 13:02:39 +01:00

6 lines
114 B
Bash
Executable File

#!/bin/bash
docker build -t bigchaindb/nginx_http:unstable-tmt .
docker push bigchaindb/nginx_http:unstable-tmt