From 512907d5d164da90eed98b8fd8792c52b4778850 Mon Sep 17 00:00:00 2001 From: code-lives <18734351007@163.com> Date: Wed, 20 Sep 2023 17:01:04 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/guide/install/start.md.=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0docker=E7=8E=AF=E5=A2=83=E5=BF=AB=E9=80=9F?= =?UTF-8?q?=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: code-lives <18734351007@163.com> --- docs/guide/install/start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/install/start.md b/docs/guide/install/start.md index ae0cbef..4135f0d 100644 --- a/docs/guide/install/start.md +++ b/docs/guide/install/start.md @@ -21,6 +21,8 @@ pageClass: max-content 建议您在本地PC上安装系统来作为开发环境,只上传编译后的站点到服务器即可,[参考](https://wonderful-code.gitee.io/guide/other/developerMustSee.html)。 ::: +# Docker快速部署[gitee文档](https://gitee.com/code-lives/buildadmin-docker)和[github文档](https://github.com/code-lives/buildadmin-docker) + # 启动安装服务 ``` bash # 其中 buildadmin 为项目根目录,该目录包含一个没有前后缀的 think 文件 -- Gitee