From 8ae1f3291c987fb15c566253c0ca08e943453e31 Mon Sep 17 00:00:00 2001 From: raiper34 Date: Sun, 1 Sep 2024 18:14:27 +0200 Subject: [PATCH] docker commands in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a75f45c..6d70ef9 100644 --- a/package.json +++ b/package.json @@ -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",