DeMaking commited on
Commit
5fcf2cb
·
verified ·
1 Parent(s): ad117a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -22,6 +22,7 @@ EXPOSE 7860
22
  # 8443
23
  # 5000
24
 
25
- # Run both Flask API and Telegram bot
26
- CMD python3 app.py
 
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