Merge remote-tracking branch 'origin/feature/workflow'

# Conflicts:
#	.gitea/workflows/deploy.yml
This commit is contained in:
2026-05-23 16:29:03 +08:00
7 changed files with 438 additions and 99 deletions

View File

@@ -26,6 +26,6 @@ COPY ngnix.conf /etc/nginx/conf.d/default.conf
# 复制SSL证书
COPY ssl/* /etc/nginx/ssl/
EXPOSE 80 443
EXPOSE 443
CMD ["nginx", "-g", "daemon off;"]