作者 tangxuhui

Merge branch 'dev' of http://gitlab.fjmaimaimai.com/mmm-go/oppmg into dev

正在显示 1 个修改的文件 包含 1 行增加1 行删除
... ... @@ -16,5 +16,5 @@ ADD . $APP_DIR
# Compile the binary and statically link
RUN cd $APP_DIR && CGO_ENABLED=0 go build -mod=vendor -ldflags '-d -w -s' -o oppmg
WORKDIR $APP_DIR
EXPOSE 8080
EXPOSE 8080 443
CMD ["./oppmg"]
... ...