baichongyang hace 3 años
padre
commit
e15f6779d9
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile
  2. BIN
      bin_rec

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@ BUILD=go build -mod vendor
 #BUILD=go build -mod mod
 DOCKER?=docker
 SOURCE_DIR=src
-BIN_NAME=tzld_rec
+BIN_NAME=bin_rec
 REGISTRY?=registry.cn-hangzhou.aliyuncs.com/ali-recommend
 DOCKER_TAG?=0.0.9
 TEMP_DIR_SERVER:=$(shell mktemp -d)

BIN
bin_rec