mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
6 lines
96 B
Bash
Executable File
6 lines
96 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker build -t bigchaindb/nginx_http:1.1 .
|
|
|
|
docker push bigchaindb/nginx_http:1.1
|