Guest User

Untitled

a guest
Dec 14th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. FROM python:3.7
  2.  
  3. RUN pip install python-telegram-bot
  4.  
  5. RUN mkdir /app
  6. ADD . /app
  7. WORKDIR /app
  8.  
  9. CMD python /app/bot.py
Add Comment
Please, Sign In to add comment