github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/examples/docker-compose-stdout-example/Dockerfile (about) 1 # website::tag::1:: Build a simple Docker image that contains a text file with the contents "Hello, World!" 2 FROM ubuntu:20.04 3 COPY ./bash_script.sh /usr/local/bin/bash_script.sh