Commit 332a5b35 by 蒋勇

d

parent 83a5c653
...@@ -3,5 +3,6 @@ FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v1 ...@@ -3,5 +3,6 @@ FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v1
MAINTAINER jy "jiangyong@gongsibao.com" MAINTAINER jy "jiangyong@gongsibao.com"
RUN yum install -y gcc-c++ RUN yum install -y gcc-c++
ADD bigdata /apps/ ADD bigdata /apps/
RUN cd /apps WORKDIR /apps
RUN cnpm install -S
CMD ["node","/apps/bigdata/main.js"] CMD ["node","/apps/bigdata/main.js"]
\ No newline at end of file
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