Commit 83a5c653 by 蒋勇

d

parent 687e4b46
FROM ubuntu:18.04 #!/bin/bash
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* FROM registry.cn-beijing.aliyuncs.com/hantang/node105:v1
ENTRYPOINT [ "curl","-s","https://ip.cn" ] MAINTAINER jy "jiangyong@gongsibao.com"
CMD ["-i"] RUN yum install -y gcc-c++
\ No newline at end of file ADD bigdata /apps/
RUN cd /apps
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