From 7f39440a32964dd071aeb3a82f294c05ebbbf28c Mon Sep 17 00:00:00 2001 From: korzepadawid Date: Sun, 15 Dec 2024 13:27:07 +0100 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85ed34d..c948ed4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,6 @@ COPY config-script.sh ./ ENV GITEA_CUSTOM=/var/lib/gitea/custom -RUN chmod +x ./configr-script.sh +RUN chmod +x ./config-script.sh ENTRYPOINT ["./config-script.sh"]