修改Readme,增加编译镜像备注

This commit is contained in:
root
2020-05-26 15:39:36 +08:00
parent 0fdd385827
commit 2dbf9ef44d
2 changed files with 5 additions and 1 deletions

View File

@@ -1 +1,3 @@
此目录主要放置docker python镜像的dockerfile 和运行过程中使用到的文件
此目录主要放置docker python镜像的dockerfile 和运行过程中使用到的文件
在本目录下执行命令docker build -t python:unittest-alpine . 生成docker镜像