build(Dockerfile): 更新 Dockerfile 以适应 Jenkins 构建流程

- 移除构建阶段,改用 Jenkins 进行前端代码构建
- 保留时区设置和 Nginx 配置文件复制步骤
- 更新文件复制步骤以适应 Jenkins 构建产物
- 优化注释,提高 Dockerfile 可读性

Change-Id: I20e77f52b59fe5eb63a9e8ebae6fd1155d1c48e9
1 file changed
tree: 823e3c2a072dde26867bd054fe658e8431c7815a
  1. public/
  2. src/
  3. .gitignore
  4. 50x.html
  5. docker
  6. Dockerfile
  7. eslint.config.js
  8. index.html
  9. nginx.conf
  10. package-lock.json
  11. package.json
  12. postcss.config.js
  13. README.md
  14. tailwind.config.js
  15. vite.config.js
  16. vitest.config.js
README.md

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: