feat: add sleep
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m25s

This commit is contained in:
2026-01-03 18:58:16 +01:00
parent bcc69e40d6
commit c43cc828cd

View File

@@ -1,2 +1,2 @@
FROM ubuntu:18.04
RUN echo 'Hello, World!'
RUN (echo 'Hello, World!' && sleep 60)