Files
projects/Dockers/docker-watcher/Dockerfile
T
Bram 0cb1f25dff
Build and Push Docker Images / build-and-push (push) Failing after 1m12s
docker watcher
2026-04-21 20:25:46 +02:00

7 lines
90 B
Docker

FROM docker:cli
COPY watch.sh /watch.sh
RUN chmod +x /watch.sh
ENTRYPOINT ["/watch.sh"]