bigchaindb/k8s/nginx-openresty/container/docker_build_and_push.bash
Muawia Khan 2cbf6b6a5c [WIP]: Move the bigchaindb/nginx_3scale repo under bigchaindb/bigchaindb
- All files moved to k8s/nginx-3scale with directory structure consistent
with k8s/nginx-http(s)
- Top level LICENCES.md updated
- Renaming entry point script to nginx_openresty_entrypoint.bash
2017-09-25 16:20:47 +02:00

6 lines
100 B
Bash
Executable File

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