Commit bd00bb50 by 宋毅

tj

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