Files
tekton-test/dockerfile
2025-11-26 10:10:24 +00:00

6 lines
120 B
Plaintext

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