add Dockerfile

This commit is contained in:
landaiqing
2024-10-28 22:11:09 +08:00
parent a1a3d0c678
commit 7aae4204bb
5 changed files with 288 additions and 5 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"dev": "vite --mode development --host",
"build": "vue-tsc -b && vite build --mode production",
"preview": "vite preview"
"preview": "vite preview",
"docker-build": "docker build -t schisandra/schisandra-cloud-album-front ."
},
"dependencies": {
"@alova/adapter-axios": "^2.0.9",