diff --git a/Makefile b/Makefile index 814e3ec..67594dc 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ buildquick: gitReset @echo BUILD_FLAGS=$(BUILD_FLAGS) @go build $(BUILD_FLAGS) -o ./pack/service ./ -docker: clean buildquick +docker: clean buildquick configfiles @echo ==build docker image and push == ## 非 x86_64平台,不允许做docker镜像的构建 @if [ "$(X86_64)" = "" ] ; then\