feat:增加fastapi博客
This commit is contained in:
@@ -288,7 +288,7 @@ docker system prune -f
|
||||
# 六、Dockerfile
|
||||
  Dockerfile 是用来构建 Docker 镜像的文本文件,包含了一系列构建指令,可以自动化地创建包含应用及其运行环境的镜像。
|
||||
  基本结构:
|
||||
```
|
||||
```dockerfile
|
||||
# 基础镜像
|
||||
FROM 镜像名:标签
|
||||
|
||||
|
||||
Reference in New Issue
Block a user