Add dockerfile
This commit is contained in:
5
dockerfile
Normal file
5
dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
# Use a lightweight base image
|
||||
FROM alpine:latest
|
||||
|
||||
# Set the command to print "Hello World"
|
||||
CMD ["echo", "Hello World"]
|
||||
Reference in New Issue
Block a user