0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00

Create volume for /etc/ssh for persistent host keys

This commit is contained in:
Adrian Dvergsdal 2016-03-17 20:53:08 +01:00
parent 0e8ee2bd40
commit 2f921b9dfc

View file

@ -12,6 +12,8 @@ COPY sshd_config /etc/ssh/sshd_config
COPY entrypoint /
COPY README.md /
VOLUME /etc/ssh
EXPOSE 22
ENTRYPOINT ["/entrypoint"]