Commit 7c235e32 by 王昆

gsb

parent c64cdc36
......@@ -8,7 +8,7 @@
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/esign-sve-merchant/main.js"
"program": "${workspaceFolder}/esign-sve-uc/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 esign-sve-merchant /apps/esign-sve-merchant/
WORKDIR /apps/esign-sve-merchant/
ADD esign-sve-uc /apps/esign-sve-uc/
WORKDIR /apps/esign-sve-uc/
RUN cnpm install -S
CMD ["node","/apps/esign-sve-merchant/main.js"]
CMD ["node","/apps/esign-sve-uc/main.js"]
......
......@@ -6,7 +6,7 @@ var settings={
db:10,
},
database:{
dbname : "engine-product",
dbname : "esign-sve-uc",
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