Skip to content

Commit be2e584

Browse files
committed
feat: 更换阿里云镜像地址
1 parent 4cab6cc commit be2e584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version: '2'
66
services:
77
JavaScriptCollection:
8-
image: registry.cn-hangzhou.aliyuncs.com/142vip/doc_book:JavaScriptCollection-0.0.1
8+
image: registry.cn-hangzhou.aliyuncs.com/142vip/docs:JavaScriptCollection-0.0.1
99
container_name: JavaScriptCollection
1010
hostname: JavaScriptCollection
1111
ports:

scripts/bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const { execSync } = require('child_process');
1414
const { Select } = require('enquirer')
1515

1616
// 仓库地址
17-
const repoAddress = 'registry.cn-hangzhou.aliyuncs.com/142vip/doc_book'
17+
const repoAddress = 'registry.cn-hangzhou.aliyuncs.com/142vip/docs'
1818

1919
const packageInfo=require('../package.json')
2020
const packageVersion = packageInfo.version

0 commit comments

Comments
 (0)