bigchaindb/k8s/mongodb/container/docker_build_and_push.bash
muawiakh 6e055c642c Fix storage-engine-cache size issue
- Allow for empty values
- Allow if you don't specify the --storage-engine-cache-size
2018-01-31 15:46:39 +01:00

6 lines
90 B
Bash
Executable File

#!/bin/bash
docker build -t bigchaindb/mongodb:3.4 .
docker push bigchaindb/mongodb:3.4