Merge branch 'dev' of http://gitlab.fjmaimaimai.com/mmm-go/oppmg into dev
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -16,5 +16,5 @@ ADD . $APP_DIR | @@ -16,5 +16,5 @@ ADD . $APP_DIR | ||
16 | # Compile the binary and statically link | 16 | # Compile the binary and statically link |
17 | RUN cd $APP_DIR && CGO_ENABLED=0 go build -mod=vendor -ldflags '-d -w -s' -o oppmg | 17 | RUN cd $APP_DIR && CGO_ENABLED=0 go build -mod=vendor -ldflags '-d -w -s' -o oppmg |
18 | WORKDIR $APP_DIR | 18 | WORKDIR $APP_DIR |
19 | -EXPOSE 8080 | 19 | +EXPOSE 8080 443 |
20 | CMD ["./oppmg"] | 20 | CMD ["./oppmg"] |
-
请 注册 或 登录 后发表评论