Files
docker-template/Dockerfile
Arne Baeumler 0e9e9418f1
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m24s
feat: use busybox image
2026-01-03 19:01:43 +01:00

3 lines
53 B
Docker

FROM busybox
RUN (echo 'Hello, World!' && sleep 60)