Commit eb6bf168 by 蒋勇

d

parent 5eddceb8
#!/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-web /apps/igirl-web/ ADD projectmanage /apps/projectmanage/
WORKDIR /apps/igirl-web/ WORKDIR /apps/projectmanage/
RUN cnpm install -S RUN cnpm install -S
CMD ["node","/apps/igirl-web/main.js"] CMD ["node","/apps/projectmanage/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