feat: 新增 Dockerfile 配置模板,总计 60 个组件

Dockerfile 支持:
- 基础镜像 (FROM) + 多阶段构建 + 平台架构
- 元数据 LABEL / 构建参数 ARG
- 环境变量 ENV / 工作目录 WORKDIR
- 文件复制 COPY + chown/chmod + ADD (自动解压/URL)
- 依赖安装: apk/apt/yum/dnf 包管理器 + 应用依赖 + 构建命令
- 端口 EXPOSE / 数据卷 VOLUME
- 用户 USER (非 root 运行)
- 健康检查 HEALTHCHECK (interval/timeout/retries/start-period)
- 入口 ENTRYPOINT / CMD (exec/shell 格式)
- 停止信号 STOPSIGNAL / Shell 指令
This commit is contained in:
cnbugs
2026-07-24 15:12:46 +08:00
parent 4e98eb8c4a
commit 6426eedab5
4 changed files with 515 additions and 71 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
</div>
<div class="sidebar-footer">
<el-text size="small" type="info">v1.0.0 · 纯前端生成 · 59 个组件</el-text>
<el-text size="small" type="info">v1.0.0 · 纯前端生成 · 60 个组件</el-text>
</div>
</div>
</template>