Add dockerfile

This commit is contained in:
2025-11-26 10:10:24 +00:00
commit 662b0cc032

5
dockerfile Normal file
View File

@@ -0,0 +1,5 @@
# Use a lightweight base image
FROM alpine:latest
# Set the command to print "Hello World"
CMD ["echo", "Hello World"]