DeMaking commited on
Commit
f7e5b75
·
verified ·
1 Parent(s): 2bb35ff

Rename _Dockerfile to Dockerfile

Browse files
Files changed (1) hide show
  1. _Dockerfile → Dockerfile +3 -4
_Dockerfile → Dockerfile RENAMED
@@ -18,9 +18,8 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
18
  COPY --chown=user . /app
19
 
20
  # Open the relevant ports
21
- EXPOSE 7860
22
- # 5000
23
 
24
  # Run both Flask API and Telegram bot
25
- CMD python3 app.py
26
- # & python3 telegram_bot.py
 
18
  COPY --chown=user . /app
19
 
20
  # Open the relevant ports
21
+ EXPOSE 7860 8443
22
+ #5000
23
 
24
  # Run both Flask API and Telegram bot
25
+ CMD python3 app.py & python3 telegram_bot.py