# Use a lightweight base image FROM alpine:latest # Set the command to print "Hello World" CMD ["echo", "Hello World"]