fix(devenv): shut down immediately on ctrl+c
This commit is contained in:
parent
c1281d90af
commit
a23beadf24
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue