Commit 2f7c8fe5 by 王昆

ggsb

parent 96cbbfb0
#!/bin/bash
FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v2
MAINTAINER jy "jiangyong@gongsibao.com"
ADD xggsve-common/apps/xggsve-common/
ADD xggsve-common /apps/xggsve-common/
WORKDIR /apps/xggsve-common/
RUN cnpm install -S
CMD ["node","/apps/xggsve-common/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