Commit 0eb989d0 by 宋毅

Merge branch 'center-channel' of gitlab.gongsibao.com:jiangyong/zhichan into center-channel

parents 584addcc 3fa471a3
......@@ -3,7 +3,7 @@ FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD center-channel /apps/center-channel/
WORKDIR /apps/center-channel/
RUN cnpm install -S
RUN npm install --unsafe-perm=true --allow-root
CMD ["node","/apps/center-channel/main.js"]
......
......@@ -65,6 +65,7 @@ module.exports = {
apiAliSendKeyPathList: [
"/api/opreceive/pushAliInfo/tmNote",
"/api/opreceive/pushAliInfo/icNote",
"/api/action/aliyunapi/springBoard"
]
},
AREACOMM: {
......
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