dockerhub build scripts

This commit is contained in:
Will Murphy 2022-12-05 10:07:27 -06:00
parent b3224abd4e
commit 374a08d1ee

View file

@ -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",