mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 06:13:17 -04:00
10 lines
164 B
Docker
10 lines
164 B
Docker
FROM scratch
|
|
|
|
LABEL maintainer="alexschomb"
|
|
|
|
# copy local files
|
|
COPY root/ /
|
|
|
|
# install languages
|
|
RUN chmod +x /install-translations.sh
|
|
CMD /install-translations.sh |