FROM scratch RUN echo "hello world" COPY example.txt / ENV VAR=1 CMD ["sleep", "infinity"]