FROM gcc:latest COPY startup.sh / WORKDIR / RUN chmod +x /startup.sh CMD ["/bin/bash", "/startup.sh"]