fix(docker): fix size of docker image

This commit is contained in:
raiper34
2024-09-30 16:52:30 +02:00
parent 5a51dbd351
commit 310f482cdd
3 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"start": "npm run start:prod -w backend",
"docs": "docsify serve ./docs",
"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"
"release": "npm run build && docker build -t raiper34/spooty:1.0.0 -t raiper34/spooty:latest . && docker push raiper34/spooty:1.0.0 && docker push raiper34/spooty:latest"
},
"devDependencies": {
"copy-files-from-to": "^3.2.2",