FROM centos:7 COPY base /var/base WORKDIR /shell COPY entrypoint.sh / ENTRYPOINT ["sh", "-c", "/entrypoint.sh"]