FROM alpine RUN echo "echo 'Hello World!'" > /entrypoint.sh CMD ["/bin/sh", "/entrypoint.sh"]