Update: Disable copy sshd_config file
This commit is contained in:
parent
ecab42144a
commit
5e5aa2c386
@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y openssh-server
|
||||
|
||||
RUN mkdir /var/run/sshd
|
||||
|
||||
COPY sshd_config /etc/ssh/sshd_config
|
||||
#COPY sshd_config /etc/ssh/sshd_config
|
||||
|
||||
ADD entrypoint.sh /
|
||||
ADD start.sh /
|
||||
|
Loading…
Reference in New Issue
Block a user