FROM newslash-base COPY files/install-test-entrypoint.sh /entrypoint.sh RUN chmod 755 /entrypoint.sh ENTRYPOINT [ "/entrypoint.sh" ] EXPOSE 80