added build and push scripts
This commit is contained in:
parent
60be926708
commit
51f68d5021
@ -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": "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user