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