forked from magda-io/magda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 903 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 903 Bytes
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": "@magda/postgres",
"version": "0.0.59-alpha.0",
"description": "A base Docker image for PostgreSQL with Flyway for schema migrations.",
"scripts": {
"docker-build-prod": "create-docker-context-for-node-component --build --push --tag auto",
"make-latest": "bash -c \"docker tag data61/magda-postgres:$npm_package_version data61/magda-postgres:latest && docker push data61/magda-postgres:latest\"",
"docker-build-local": "create-docker-context-for-node-component --build --push --tag auto --local",
"retag-and-push": "retag-and-push"
},
"author": "",
"license": "Apache-2.0",
"config": {
"docker": {
"name": "data61/magda-postgres",
"include": "Dockerfile start.sh docker-entrypoint.sh.patch"
}
},
"devDependencies": {
"@magda/scripts": "^0.0.59-alpha.0"
},
"magda": {
"categories": {
"dockerExtension": true
}
}
}