1 2 3 4 5
FROM php:7.2-cli COPY . /usr/src/solder WORKDIR /usr/src/solder RUN curl https://sh.rustup.rs -sSf | sh -s -- -y CMD [ "run_example.sh"]