mirror of
https://gitee.com/dromara/orion-visor.git
synced 2026-05-14 12:32:09 +08:00
5 lines
188 B
Bash
5 lines
188 B
Bash
#/bin/bash
|
|
version=2.1.5
|
|
docker build -t orion-visor-redis:${version} .
|
|
docker tag orion-visor-redis:${version} registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-redis:${version}
|