Commit 83a5c653 by 蒋勇

d

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