Files
docker-mods-uptime-kuma-tim…/Dockerfile
T
Alexander Schomburg 197b7c62f1 Fixed naming convetion
ProjectSend website speaks of ``translations`` instead of ``languages``.
2021-11-14 22:30:27 +01:00

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