 ## 问题 1 查看 ``gf docker -h`` 后  发现 https://github.com/gogf/template-single/blob/cfda1bf8d42f682b9f231e25cb7080ff61771d8a/Makefile#L53 缺少了 ``-tp`` 选项 ## 问题 2 https://github.com/gogf/template-single/blob/cfda1bf8d42f682b9f231e25cb7080ff61771d8a/README.MD#L7 这行的文档说执行 ``docker build`` 但实际还是会 push 感觉应该去掉 https://github.com/gogf/template-single/blob/cfda1bf8d42f682b9f231e25cb7080ff61771d8a/Makefile#L53 ``-p`` 参数 😄
问题 1
查看
gf docker -h后发现
template-single/Makefile
Line 53 in cfda1bf
-tp选项问题 2
template-single/README.MD
Line 7 in cfda1bf
docker build但实际还是会 push感觉应该去掉
template-single/Makefile
Line 53 in cfda1bf
-p参数😄