Add .forgejo/workflows/Dockerfile
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 11s

This commit is contained in:
muerwre 2024-08-16 22:02:50 +07:00
parent 2f8e3f365c
commit c260da8d73

View file

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