#!/bin/bash IMAGE="transfer_middleware:v1" RPC_CONTAINER="transfer_middleware" RPC_PORT="10001" V_REFLECT="" docker build -t "${IMAGE}" . --no-cache