Commit 55cc16dd by 王昆

gsb

parent 7c134b32
node_modules/
.idea/
bpo-fee/node_modules/
*/node_modules/
......@@ -8,7 +8,7 @@
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/bpo-fee/main.js"
"program": "${workspaceFolder}/esign-fee/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 bpo-fee /apps/bpo-fee/
ADD esign-fee /apps/bpo-fee/
WORKDIR /apps/bpo-fee/
RUN cnpm install -S
CMD ["node","/apps/bpo-fee/main.js"]
......
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