This commit is contained in:
h z
2025-05-04 19:11:12 +01:00
parent fc4ef3b0f8
commit 58d9c333e0
10 changed files with 332 additions and 178 deletions

8
entrypoint.sh Normal file
View 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