feat: 添加央国企版简历 /soe 路由及独立样式
Deploy Resume / deploy (push) Successful in 20s

- 新增 soe/index.html、soe/resume.css(复制主简历及其样式,样式独立维护)
- nginx.conf 注册 /soe/ 路由
- Dockerfile 增加 COPY soe/

Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
2026-09-23 20:01:05 +08:00
parent a6af277ac7
commit a8c884d23b
4 changed files with 630 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ COPY img/ /usr/share/nginx/html/img/
COPY resume/ /usr/share/nginx/html/resume/
COPY resume.txt /usr/share/nginx/html/resume.txt
COPY other/ /usr/share/nginx/html/other/
COPY soe/ /usr/share/nginx/html/soe/
# 暴露端口
EXPOSE 80