Commit 6d6c2b18 by 孙亚楠

gsb

parent 3610b4b4
#!/bin/bash #!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2 FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com" MAINTAINER jy "jiangyong@gongsibao.com"
ADD xgg-admin /apps/xgg-admin/ ADD xgg-deliver /apps/xgg-deliver/
WORKDIR /apps/xgg-admin/ WORKDIR /apps/xgg-deliver/
RUN cnpm install -S RUN cnpm install -S
CMD ["node","/apps/xgg-admin/main.js"] CMD ["node","/apps/xgg-deliver/main.js"]
......
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
15. xggpc release-v15.x.x 15. xggpc release-v15.x.x
16. xggadmin release-v16.x.x 16. xggadmin release-v16.x.x
17. xggweb release-v17.x.x 17. xggweb release-v17.x.x
18. xggpjb release-v18.x.x
19. xggdeliver release-v19.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