Commit 1efbfed3 by 王昆

gsb

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