Commit bd00bb50 by 宋毅

tj

parent 9be190ab
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang2/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD center-channel /apps/bigdata/
ADD center-channel /apps/center-channel/
WORKDIR /apps/center-channel/
RUN cnpm install -S
CMD ["node","/apps/center-channel/main.js"]
......
......@@ -6,7 +6,7 @@ var settings={
db:8,
},
database:{
dbname : "center_app",
dbname : "center_channel",
user: "write",
password: "write",
config: {
......
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