File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
version : ' 2'
6
6
services :
7
7
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
9
9
container_name : JavaScriptCollection
10
10
hostname : JavaScriptCollection
11
11
ports :
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const { execSync } = require('child_process');
14
14
const { Select } = require ( 'enquirer' )
15
15
16
16
// 仓库地址
17
- const repoAddress = 'registry.cn-hangzhou.aliyuncs.com/142vip/doc_book '
17
+ const repoAddress = 'registry.cn-hangzhou.aliyuncs.com/142vip/docs '
18
18
19
19
const packageInfo = require ( '../package.json' )
20
20
const packageVersion = packageInfo . version
You can’t perform that action at this time.
0 commit comments