增加可选部署

This commit is contained in:
dxin
2025-12-22 11:12:04 +08:00
parent 62a4ced1a6
commit 9abd8bdf46
22 changed files with 3421 additions and 37 deletions

View File

@@ -44,11 +44,8 @@ RUN pnpm run build
RUN ls -a
FROM node:20-slim AS runtime
# 安装 nginx
RUN apt-get update && \
apt-get install -y --no-install-recommends nginx && \