File size: 85 Bytes
873520c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash
service ssh start

exec "$@"

# Keep container running
tail -f /dev/null