bigchaindb/k8s/nginx-openresty/container/docker_build_and_push.bash
muawiakh 598d925dd4 Addressing comments
- Update README.md to remove old deployment model.
- Update version number of nginx_3scale.
2017-09-25 16:20:47 +02:00

6 lines
100 B
Bash
Executable File

#!/bin/bash
docker build -t bigchaindb/nginx_3scale:3.1 .
docker push bigchaindb/nginx_3scale:3.1