Commit 785afa8b by 王昆

gsb

parent ab896cb2
#!/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 xggsve-common /apps/xggsve-common/ ADD bpo-channel /apps/bpo-channel/
WORKDIR /apps/xggsve-common/ WORKDIR /apps/bpo-channel/
RUN cnpm install -S RUN cnpm install -S
CMD ["node","/apps/xggsve-common/main.js"] CMD ["node","/apps/bpo-channel/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