diff --git a/docker/Dockerfile b/docker/Dockerfile index b18c6f7..bd91f71 100755 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -43,4 +43,6 @@ COPY ./src/s6-services/cron-backup /etc/s6-overlay/s6-rc.d/cron-backup RUN touch etc/s6-overlay/s6-rc.d/user/contents.d/cron-backup COPY ./src/helper_scripts/* /usr/local/sbin/ -RUN chmod +x /usr/local/sbin/* \ No newline at end of file +RUN chmod +x /usr/local/sbin/* + +COPY ./src/branding.txt /etc/s6-overlay/s6-rc.d/init-adduser/branding \ No newline at end of file diff --git a/docker/src/branding.txt b/docker/src/branding.txt new file mode 100755 index 0000000..76b0b0d --- /dev/null +++ b/docker/src/branding.txt @@ -0,0 +1,12 @@ +──────────────────────────────────────────────────────────────── + + █████╗ ████████╗███████╗██████╗ ███████╗ █████╗ ██╗ ██╗ + ██╔══██╗╚══██╔══╝██╔════╝██╔══██╗██╔════╝██╔══██╗╚██╗██╔╝ + ███████║ ██║ █████╗ ██████╔╝█████╗ ███████║ ╚███╔╝ + ██╔══██║ ██║ ██╔══╝ ██╔══██╗██╔══╝ ██╔══██║ ██╔██╗ + ██║ ██║ ██║ ███████╗██║ ██║██║ ██║ ██║██╔╝ ██╗ + ╚═╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ + + Brought to you by Aterfax + Based on images from linuxserver.io +────────────────────────────────────────────────────────────────