feat:增加fastapi博客

This commit is contained in:
2026-01-06 19:57:45 +08:00
parent b6669a1731
commit 4f07faaa64
4 changed files with 42 additions and 3 deletions

View File

@@ -288,7 +288,7 @@ docker system prune -f
# 六、Dockerfile
  Dockerfile 是用来构建 Docker 镜像的文本文件,包含了一系列构建指令,可以自动化地创建包含应用及其运行环境的镜像。
  基本结构:
```
```dockerfile
# 基础镜像
FROM 镜像名:标签