fix(devenv): shut down immediately on ctrl+c

This commit is contained in:
Dragory 2023-06-25 12:28:18 +03:00
parent c1281d90af
commit a23beadf24
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -26,4 +26,4 @@ RUN chown -R ubuntu /home/ubuntu
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get install -y nodejs gcc g++ make python3
CMD /usr/sbin/sshd -D -e
CMD ["/usr/sbin/sshd", "-D", "-e"]