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

Move script and config to own directory

This commit is contained in:
Adrian Dvergsdal 2018-11-16 01:02:50 +01:00
parent b571394a43
commit 67e73dfd9a
No known key found for this signature in database
GPG key ID: C1E9E2D9552A42D2
4 changed files with 3 additions and 3 deletions

View file

@ -11,9 +11,9 @@ RUN apt-get update && \
mkdir -p /var/run/sshd && \
rm -f /etc/ssh/ssh_host_*key*
COPY sshd_config /etc/ssh/sshd_config
COPY create-sftp-user /usr/local/bin/
COPY entrypoint /
COPY files/sshd_config /etc/ssh/sshd_config
COPY files/create-sftp-user /usr/local/bin/
COPY files/entrypoint /
EXPOSE 22