added build and push scripts

This commit is contained in:
Peter Morton 2023-03-06 20:44:42 -06:00
parent 60be926708
commit 51f68d5021

View File

@ -6,7 +6,9 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
"dev": "nodemon index.js",
"build": "docker buildx bake",
"push": "docker buildx bake --push"
},
"keywords": [],
"author": "",