Skip to content

Commit

Permalink
Move script and config to own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoz committed Nov 16, 2018
1 parent b571394 commit 67e73df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 67e73df

Please sign in to comment.