commit 662b0cc032c2103ff1c07ebceeb5cfc00e89a311 Author: steph-beheer Date: Wed Nov 26 10:10:24 2025 +0000 Add dockerfile diff --git a/dockerfile b/dockerfile new file mode 100644 index 0000000..8b7fae4 --- /dev/null +++ b/dockerfile @@ -0,0 +1,5 @@ +# Use a lightweight base image +FROM alpine:latest + +# Set the command to print "Hello World" +CMD ["echo", "Hello World"]