docker commands in package.json

This commit is contained in:
raiper34
2024-09-01 18:14:27 +02:00
parent 469fedbb0d
commit 8ae1f3291c
+2 -1
View File
@@ -14,7 +14,8 @@
"gen:fe": "npm run gen -w frontend",
"start": "npm run start:prod -w backend",
"docs": "docsify serve ./docs",
"deploy:docs": "npm run build:docs && netlify deploy --dir=dist/docs --prod"
"deploy:docs": "npm run build:docs && netlify deploy --dir=dist/docs --prod",
"release": "npm run build && docker build -t raiper34/spooty:0.0.0 . && docker push raiper34/spooty:0.0.0"
},
"devDependencies": {
"copy-files-from-to": "^3.2.2",