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:
parent
b571394a43
commit
67e73dfd9a
4 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ RUN apt-get update && \
|
||||||
mkdir -p /var/run/sshd && \
|
mkdir -p /var/run/sshd && \
|
||||||
rm -f /etc/ssh/ssh_host_*key*
|
rm -f /etc/ssh/ssh_host_*key*
|
||||||
|
|
||||||
COPY sshd_config /etc/ssh/sshd_config
|
COPY files/sshd_config /etc/ssh/sshd_config
|
||||||
COPY create-sftp-user /usr/local/bin/
|
COPY files/create-sftp-user /usr/local/bin/
|
||||||
COPY entrypoint /
|
COPY files/entrypoint /
|
||||||
|
|
||||||
EXPOSE 22
|
EXPOSE 22
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue