add hello world dockerfile

This commit is contained in:
Oliver Lippert 2024-01-20 16:09:46 +01:00
parent 4841064ed8
commit 4ebfe391b1
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM alpine
CMD ["echo", "hello world"]