FROM centos:centos7

COPY entrypoint_centos7.sh /app/entrypoint.sh

ENTRYPOINT ["/app/entrypoint.sh"]
