正在显示
3 个修改的文件
包含
2 行增加
和
1 行删除
.gitignore
0 → 100644
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 |
oppmg.exe
已删除
100644 → 0
不能预览此文件类型
-
请 注册 或 登录 后发表评论