docker watcher
Build and Push Docker Images / build-and-push (push) Failing after 1m12s

This commit is contained in:
2026-04-21 20:25:46 +02:00
parent 64ff6796ad
commit 0cb1f25dff
2 changed files with 62 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM docker:cli
COPY watch.sh /watch.sh
RUN chmod +x /watch.sh
ENTRYPOINT ["/watch.sh"]