chore: update nginx config, add oneapi, verification pages and codebuddy skills

This commit is contained in:
12600k-rog-d4
2026-08-20 02:01:32 +08:00
parent 99afdbd82e
commit 1e5c48ffdd
14 changed files with 194 additions and 56 deletions

View File

@@ -10,6 +10,9 @@ LABEL description="Nginx reverse proxy container"
COPY nginx.conf /etc/nginx/nginx.conf
COPY conf.d /etc/nginx/conf.d
# 复制静态文件
COPY html /usr/share/nginx/html
# 创建必要的目录
RUN mkdir -p /var/log/nginx && \
mkdir -p /etc/nginx/ssl && \