Start SSH is moved to /bin

This commit is contained in:
Julien Duponchelle 2016-04-19 11:29:52 +02:00
parent e644609253
commit c7bde6df35
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -14,4 +14,4 @@ RUN apk add bind-tools
RUN apk add rsync
RUN apk add bash
VOLUME /root/.ssh /etc/ssh /data
ADD start-ssh.sh start-ssh.sh
ADD start-ssh.sh /bin/start-ssh.sh