You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* feat: i18n * chore: format * feat: 补充遗漏翻译 * chore: update deps * feat: 复制代码块[#196][#197] * chore: version 2.9.1 |
3 years ago | |
|---|---|---|
| .. | ||
| nginx | 3 years ago | |
| docker-compose.yml | 3 years ago | |
| readme.md | 3 years ago | |
readme.md
docker-compose 部署教程
- 将打包好的前端文件放到
nginx/html目录下 -
# 打包启动 docker-compose build docker-compose up -d -
# 查看运行状态 docker ps -
# 结束运行 docker-compose down