From f4c4b2db83e4682c9b87c7cc6347a7b94f961b33 Mon Sep 17 00:00:00 2001 From: Luc Date: Sun, 20 Jul 2025 13:59:22 +0200 Subject: [PATCH] monolang/mkdocs-git*: rename --- monolang/{git-mkdocs => mkdocs-git} | 0 .../{git-mkdocs.containerfile => mkdocs-git.containerfile} | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename monolang/{git-mkdocs => mkdocs-git} (100%) rename monolang/{git-mkdocs.containerfile => mkdocs-git.containerfile} (91%) diff --git a/monolang/git-mkdocs b/monolang/mkdocs-git similarity index 100% rename from monolang/git-mkdocs rename to monolang/mkdocs-git diff --git a/monolang/git-mkdocs.containerfile b/monolang/mkdocs-git.containerfile similarity index 91% rename from monolang/git-mkdocs.containerfile rename to monolang/mkdocs-git.containerfile index 1d02ab4..6bf32ad 100644 --- a/monolang/git-mkdocs.containerfile +++ b/monolang/mkdocs-git.containerfile @@ -17,8 +17,8 @@ RUN mkdir /mkdocs WORKDIR /mkdocs COPY root /etc/crontabs/root -COPY git-mkdocs /bin/git-mkdocs -RUN chmod 744 /bin/git-mkdocs +COPY mkdocs-git /bin/mkdocs-git +RUN chmod 744 /bin/mkdocs-git RUN touch /docker-entrypoint.d/cron.sh \ && echo "exec crond" > /docker-entrypoint.d/cron.sh \