# Dockerfile FROM alpine:3.16 # A dummy command to show the container is working. CMD ["echo", "Hello, world!"]