From dcb683495e27dd297c10c2ce4f1877a87813fbe5 Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Sat, 18 Oct 2025 22:19:47 +0200 Subject: Renamed script from init to run --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index c576ff1..7d33c8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,6 @@ RUN apk add --no-cache openssh-server fish git # Modified ssh conf with disabled root login and no password authentication COPY ssh.conf /etc/ssh/sshd_config.d/ -COPY init /usr/local/bin/ -RUN chmod +x /usr/local/bin/init -ENTRYPOINT ["/usr/local/bin/init"] +COPY run /usr/local/bin/ +RUN chmod +x /usr/local/bin/run +ENTRYPOINT ["/usr/local/bin/run"] -- cgit v1.3.1