Skip to content

Commit 6676bed

Browse files
author
Nikita P
committed
fix: CMD comment
1 parent c6e8ca2 commit 6676bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ RUN poetry run brownie --version | grep 'Brownie v1.20.2' || (echo "Incorrect br
4646
EXPOSE 22
4747

4848

49-
# start sshd and pass all ENV VARs from the container
49+
# start sshd, set root password for incoming connections and pass all ENV VARs from the container
5050
CMD ["/bin/bash", "-c", "env | grep -v 'no_proxy' >> /etc/environment && echo root:${ROOT_PASSWORD} | chpasswd && exec /usr/sbin/sshd -D"]

0 commit comments

Comments
 (0)