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