From cb5562272c80a8eb6e7f1c9c6dc96668f8241d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Tue, 7 Oct 2025 23:37:33 +0200 Subject: [PATCH] Motd update --- Dockerfile | 2 ++ motd.txt | 0 2 files changed, 2 insertions(+) create mode 100644 motd.txt diff --git a/Dockerfile b/Dockerfile index c8a0e89..ecba49c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,8 @@ COPY service.ssh.sh /app/ COPY service.ttyd.sh /app/ RUN chmod +x /app/entrypoint.sh /app/service.ssh.sh /app/service.ttyd.sh +COPY motd.txt /etc/motd + RUN mkdir -p /srv/stack WORKDIR /srv/stack diff --git a/motd.txt b/motd.txt new file mode 100644 index 0000000..e69de29