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