diff options
| author | 2025-10-18 22:19:47 +0200 | |
|---|---|---|
| committer | 2025-10-18 22:21:22 +0200 | |
| commit | 5724d7dbb25440d5e0901f7eac2949466df5fdcf (patch) | |
| tree | 9b29ca7ed6d817b4d75252c59bb5e73403697aaa | |
| parent | 6176198bdc78d3079a2abbfbcf59767e620eeb11 (diff) | |
Renamed script from init to run
| -rw-r--r-- | Dockerfile | 6 | ||||
| -rwxr-xr-x | run (renamed from init) | 0 |
2 files changed, 3 insertions, 3 deletions
@@ -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"] |
