作者 唐旭辉

修改docker

  1 +/*.exe
@@ -12,6 +12,6 @@ RUN mkdir -p $APP_DIR @@ -12,6 +12,6 @@ RUN mkdir -p $APP_DIR
12 ADD . $APP_DIR 12 ADD . $APP_DIR
13 13
14 # Compile the binary and statically link 14 # Compile the binary and statically link
15 -RUN cd $APP_DIR && CGO_ENABLED=0 go build -ldflags '-d -w -s' 15 +RUN cd $APP_DIR && CGO_ENABLED=0 go build -mod=vendor -ldflags '-d -w -s'
16 WORKDIR $APP_DIR 16 WORKDIR $APP_DIR
17 EXPOSE 8080 17 EXPOSE 8080
不能预览此文件类型