summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-18 22:19:47 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2025-10-18 22:21:22 +0200
commit5724d7dbb25440d5e0901f7eac2949466df5fdcf (patch)
tree9b29ca7ed6d817b4d75252c59bb5e73403697aaa
parent6176198bdc78d3079a2abbfbcf59767e620eeb11 (diff)
Renamed script from init to run
-rw-r--r--Dockerfile6
-rwxr-xr-xrun (renamed from init)0
2 files changed, 3 insertions, 3 deletions
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"]
diff --git a/init b/run
index d167007..d167007 100755
--- a/init
+++ b/run