Commit 1feeb89f by 王昆

gsb

parent 2a5c354d
/xgg-saas-platform/node_modules/ /xgg-saas-merchant/node_modules/
.idea/* .idea/*
\ No newline at end of file
#!/bin/bash #!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2 FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com" MAINTAINER jy "jiangyong@gongsibao.com"
ADD xgg-saas-platform /apps/xgg-saas-platform/ ADD xgg-saas-merchant /apps/xgg-saas-merchant/
WORKDIR /apps/xgg-saas-platform/ WORKDIR /apps/xgg-saas-merchant/
RUN cnpm install -S RUN cnpm install -S
CMD ["node","/apps/xgg-saas-platform/main.js"] CMD ["node","/apps/xgg-saas-merchant/main.js"]
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
5、利用k8s上线镜像为运行容器(这一步后续会实现为自动化) 5、利用k8s上线镜像为运行容器(这一步后续会实现为自动化)
项目版本号段分配 项目版本号段分配
19. xggsaasplatform release-v24.x.x 19. xggsaasplatform release-v25.x.x
后续号端请继续补充 后续号端请继续补充
查看自己项目号段到达的数字,执行git tag | grep v【号段前缀】 查看自己项目号段到达的数字,执行git tag | grep v【号段前缀】
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment