5 lines
188 B
Bash
5 lines
188 B
Bash
#/bin/bash
|
|
version=2.1.3
|
|
docker build -t orion-visor-redis:${version} .
|
|
docker tag orion-visor-redis:${version} registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-redis:${version}
|