fix: add frontend build stage to Dockerfile, update npm install to include devDependencies
Build and Deploy / build (push) Successful in 2m40s
Build and Deploy / deploy (push) Successful in 9s

This commit is contained in:
2026-07-17 02:06:06 +00:00
parent 7bc8c74d5e
commit 5652012b2f
3 changed files with 2112 additions and 12 deletions
+2081
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -8,16 +8,16 @@
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.1",
"axios": "^1.7.2"
"react-router-dom": "^6.24.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"@vitejs/plugin-react": "^4.7.0",
"typescript": "^5.9.3",
"vite": "^5.4.21"
}
}
}