dockerize app

This commit is contained in:
fred 2025-07-15 12:02:11 -07:00
parent af99a9b4c2
commit 091a21c8e6
9 changed files with 78 additions and 10 deletions

View file

@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host --port 80",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"