FROM centos:centos8

COPY entrypoint_centos8.sh /app/entrypoint.sh

ENTRYPOINT ["/app/entrypoint.sh"]
