Add Dockerfile
Some checks failed
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 26s

This commit is contained in:
muerwre 2024-08-16 22:06:42 +07:00
parent 506b6c7a6b
commit cb59006703

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM alpine
CMD ["echo", "Hello StackOverflow!"]