Commit c70ea340 by 孙亚楠

d

parent 8d037cea
/xgg-saas-platform/node_modules/
.idea/*
\ No newline at end of file
/xgg-saas-admin/node_modules/
.idea/*
......@@ -8,7 +8,7 @@
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/xgg-saas-platform/main.js"
"program": "${workspaceFolder}/xgg-saas-admin/main.js"
}
]
}
\ No newline at end of file
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD xgg-saas-platform /apps/xgg-saas-platform/
WORKDIR /apps/xgg-saas-platform/
ADD xgg-saas-admin /apps/xgg-saas-admin/
WORKDIR /apps/xgg-saas-admin/
RUN cnpm install -S
CMD ["node","/apps/xgg-saas-platform/main.js"]
CMD ["node","/apps/xgg-saas-admin/main.js"]
......
......@@ -22,7 +22,7 @@
5、利用k8s上线镜像为运行容器(这一步后续会实现为自动化)
项目版本号段分配
19. xggsaasplatform release-v24.x.x
19. xggsaasadmin release-v24.x.x
后续号端请继续补充
查看自己项目号段到达的数字,执行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