FROM centos:7 MAINTAINER 12ww1160 # Build the binary RUN make RUN make container COPY start.sh / ENTRYPOINT ["/start.sh"]