-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 821 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "docker",
"version": "1.0.0",
"description": "脚本文件",
"main": "index.js",
"repository": "https://github.com/Weidows/docker.git",
"author": "Weidows <utsuko27@qq.com>",
"license": "MIT",
"scripts": {
"init": "git submodule update --init --recursive",
"utils-win": "utils.bat",
"convert-utils-win": "sh scripts/convert-utils-win.sh",
"utils-unix": "sh utils.sh",
"docker-compose": "cd ./scripts/docker && docker-compose up -d",
"docker-compose-test": "cd ./scripts/docker && docker-compose -f docker-compose-test.yml -p test up",
"docker-weidows-test": "cd ./scripts/docker && wsl docker build -t weidows-test:v1 .",
"Windows-service-manager": "cmd /c scripts\\Windows-service-manager.bat",
"fav-backup": "cd D:/Audio/fav && fav fetch && fav pull"
}
}