-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 907 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "docker-web-Apache-Solr",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "docker-compose up --build",
"reset-start": "rm -rf ./docker-web-Apache-Solr; docker-compose up --build",
"d0.build": "docker-compose build",
"d1.bash": "docker-compose run --service-ports app bash /console.sh",
"save-conf": "bash ./docker-build/save-conf.sh",
"commit-docker-image": "docker-compose build; bash ./docker-build/image/commit-docker-image.sh"
},
"repository": {
"type": "git",
"url": "git+https://pulipuli.chen@gmail.com@github.com/pulipulichen/docker-web-Apache-Solr.git"
},
"keywords": [
"PWA"
],
"author": "Pulipuli Chen",
"license": "MIT",
"bugs": {
"url": "https://github.com/pulipulichen/docker-web-Apache-Solr/issues"
},
"homepage": "https://github.com/pulipulichen/docker-web-Apache-Solr#readme"
}