Create entrypoint.sh
Browse files- entrypoint.sh +4 -0
entrypoint.sh
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
yt-dlp -U
|
| 3 |
+
nohup wireproxy -c wg.conf >/dev/null 2>&1 &
|
| 4 |
+
python3 app.py
|