From e555a1b4c08a66179243d21a741100e6edcd3685 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 22 Sep 2024 18:03:49 +0000 Subject: [PATCH] [README.md] Added more general information about this project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56147e9..9ac73de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # docker-git-puller -A docker container that pulls a git repo (updates it) every given amount of time (default 60s) with a shell script. +A alpine-based docker container that pulls a git repo (updates it) every given amount of time (default 60s) with a shell script. The resulting image is approx. 20MB at size. ## Purpose