Update: Disable copy sshd_config file

This commit is contained in:
Siroco 2023-09-03 00:13:04 +02:00
parent ecab42144a
commit 5e5aa2c386
No known key found for this signature in database
GPG Key ID: 1324098302A514B0

View File

@ -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 /