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

- Update README.md to remove old deployment model. - Update version number of nginx_3scale.
6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t bigchaindb/nginx_3scale:3.1 .
|
|
|
|
docker push bigchaindb/nginx_3scale:3.1
|