mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 14:23:07 -04:00
197b7c62f1
ProjectSend website speaks of ``translations`` instead of ``languages``.
11 lines
168 B
Docker
11 lines
168 B
Docker
FROM scratch
|
|
|
|
LABEL maintainer="alexschomb"
|
|
|
|
# copy local files
|
|
COPY root/ /
|
|
|
|
# install translations
|
|
RUN chmod +x /install-translations.sh
|
|
CMD /install-translations.sh
|