feat(docker): add Docker support with Dockerfile, docker-compose.yml, and .dockerignore; update README for Docker deployment instructions

This commit is contained in:
666ghj
2026-01-22 14:35:41 +08:00
parent 9556854fbf
commit 0efd9352a0
7 changed files with 156 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},