vnpy/docker/web/build.sh

4 lines
92 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# 构建镜像,不使用缓存
docker build -t webtrader --no-cache .