Commit 1721c931 by 王昆

gsb

parent 33f7fcf1
#!/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 xggsve-invoice/apps/xggsve-invoice/ ADD xggsve-invoice /apps/xggsve-invoice/
WORKDIR /apps/xggsve-invoice/ WORKDIR /apps/xggsve-invoice/
RUN cnpm install -S RUN cnpm install -S
CMD ["node","/apps/xggsve-invoice/main.js"] CMD ["node","/apps/xggsve-invoice/main.js"]
......
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
14. xggsve-invoice release-v14.x.x 14. xggsve-invoice release-v14.x.x
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
后续号端请继续补充 后续号端请继续补充
查看自己项目号段到达的数字,执行git tag | grep v【号段前缀】 查看自己项目号段到达的数字,执行git tag | grep v【号段前缀】
......
...@@ -19,7 +19,7 @@ var settings = { ...@@ -19,7 +19,7 @@ var settings = {
passroleid: 2, passroleid: 2,
tanentroleid: 1, tanentroleid: 1,
protocalPrefix: "http://", protocalPrefix: "http://",
appKey: "wx76a324c5d201d1a4", appKey: "40d64e586551405c9bcafab87266bb04",
secret: "f99d413b767f09b5dff0b3610366cc46", secret: "f99d413b767f09b5dff0b3610366cc46",
salt: "%iatpD1gcxz7iF#B", salt: "%iatpD1gcxz7iF#B",
defaultpwd: "987456", defaultpwd: "987456",
......
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