bigchaindb/k8s/nginx-http/container/docker_build_and_push.bash
muawiakh 61f36435fc Separate tendermint integration deployment files
- Separate deployments, services, statefulsets etc
  `yaml` files for tendermint based deployment.
- Separate Dockerfiles for mongodb, nginx for
  tendermint integrated BigchainDB.
2018-01-11 12:13:36 +01:00

10 lines
250 B
Bash
Executable File

#!/bin/bash
docker build -t bigchaindb/nginx_http:1.1 .
docker push bigchaindb/nginx_http:1.1
# For tendermint deployments
# docker build -t bigchaindb/nginx_https:unstable-tmt . -f Dockerfile-TMT
# docker push bigchaindb/nginx_https:unstable-tmt