add: hci
This commit is contained in:
8
entrypoint.sh
Normal file
8
entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
set -e
|
||||
if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then
|
||||
ssh-keygen -A
|
||||
fi
|
||||
/usr/sbin/sshd
|
||||
|
||||
exec dotnet Alchegos.MCP.dll
|
||||
Reference in New Issue
Block a user