added docker build script for deploying

This commit is contained in:
2024-09-23 12:26:35 -04:00
parent af3c779b32
commit 406c508de0
3 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
},
"scripts": {
"start": "bunx --bun vite",
"buildProject": "bunx --bun vite build",
"build": "bunx --bun vite build",
"serve": "vite preview",
"serveprod": "serve ./dist/index.html"
},