|
@ -58,7 +58,7 @@ RUN mkdir -p /vol/log && \ |
|
|
### |
|
|
### |
|
|
|
|
|
|
|
|
# copy sshd config |
|
|
# copy sshd config |
|
|
COPY assets/sshd_config |
|
|
COPY assets/sshd_config /etc/ssh/sshd_config |
|
|
|
|
|
|
|
|
# make link to keys volume |
|
|
# make link to keys volume |
|
|
RUN ln -s /vol/keys /etc/ssh/keys |
|
|
RUN ln -s /vol/keys /etc/ssh/keys |
|
|