Update start.sh
Browse files
start.sh
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
#!/bin/bash
|
2 |
echo "Starting FastAPI app and Telegram bot..."
|
3 |
-
python3
|
|
|
4 |
# &
|
5 |
#python3 bot.py
|
|
|
1 |
#!/bin/bash
|
2 |
echo "Starting FastAPI app and Telegram bot..."
|
3 |
+
python3 main.py
|
4 |
+
# app.py
|
5 |
# &
|
6 |
#python3 bot.py
|