File size: 221 Bytes
3909e6d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

# Start Samba in the foreground
samba -F &

# Start Webmin in the background (assuming it's installed at /usr/local/webmin)
perl /usr/local/webmin/miniserv.pl &

# Run the Gradio app
python3 /app/gradio_app.py