From 197b7c62f1372f7ebf2614843cdf6298bd9fa3a3 Mon Sep 17 00:00:00 2001 From: Alexander Schomburg Date: Sun, 14 Nov 2021 22:30:27 +0100 Subject: [PATCH] Fixed naming convetion ProjectSend website speaks of ``translations`` instead of ``languages``. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2b26acd..752385a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ LABEL maintainer="alexschomb" # copy local files COPY root/ / -# install languages +# install translations RUN chmod +x /install-translations.sh -CMD /install-translations.sh \ No newline at end of file +CMD /install-translations.sh