dockerhub build scripts
This commit is contained in:
parent
b3224abd4e
commit
374a08d1ee
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js",
|
"start": "node index.js",
|
||||||
"start:prod": "NODE_ENV=production authbind node index.js",
|
"build": "docker build -t datatitian/guppe .",
|
||||||
|
"publish": "docker push datatitian/guppe:latest",
|
||||||
|
"build-pub": "npm run build && npm run publish",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "Will Murphy",
|
"author": "Will Murphy",
|
||||||
|
|
Loading…
Reference in a new issue