Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -22,6 +22,7 @@ EXPOSE 7860
|
|
22 |
# 8443
|
23 |
# 5000
|
24 |
|
25 |
-
# Run both
|
26 |
-
CMD
|
|
|
27 |
#& python3 telegram_bot.py
|
|
|
22 |
# 8443
|
23 |
# 5000
|
24 |
|
25 |
+
# Run both FAST API and Telegram BOT
|
26 |
+
CMD ["bash", "start.sh"]
|
27 |
+
# CMD python3 app.py
|
28 |
#& python3 telegram_bot.py
|