Commit 95420b3a by 宋毅

tj

parent 2bfc27b9
#!/bin/bash #!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2 FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com" MAINTAINER jy "jiangyong@gongsibao.com"
ADD igirl_delivery /apps/igirl_delivery/ ADD center_delivery /apps/center_delivery/
WORKDIR /apps/igirl_delivery/ WORKDIR /apps/center_delivery/
RUN cnpm install -S RUN cnpm install -S
CMD ["node","/apps/igirl_delivery/main.js"] CMD ["node","/apps/center_delivery/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