transfer_middleware/sh/create.sh

11 lines
153 B
Bash
Raw Normal View History

2024-06-18 16:34:14 +08:00
#!/bin/bash
IMAGE="transfer_middleware:v1"
RPC_CONTAINER="transfer_middleware"
RPC_PORT="10001"
V_REFLECT=""
docker build -t "${IMAGE}" . --no-cache