doc: update docker.md, dockerfile.md (#219)

This commit is contained in:
Pipecraft
2022-12-09 15:58:37 +08:00
committed by GitHub
parent 6f61fab73d
commit 545e702138
2 changed files with 21 additions and 21 deletions

View File

@ -215,7 +215,7 @@ Dockerfile 示例
```dockerfile
FROM lipanski/docker-static-website:latest
# 使用 .dockerignore 文件来控制像中的内容!
# 使用 .dockerignore 文件来控制像中的内容!
# 复制当前目录内容,到容器中
COPY ./ .
```