Skip to content

Commit

Permalink
fix: CMD comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita P committed Oct 22, 2024
1 parent c6e8ca2 commit 6676bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ RUN poetry run brownie --version | grep 'Brownie v1.20.2' || (echo "Incorrect br
EXPOSE 22


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

0 comments on commit 6676bed

Please sign in to comment.