Skip to content

Instantly share code, notes, and snippets.

@artemrys
Created December 13, 2018 23:15
Show Gist options
  • Save artemrys/b9674667b9d45c94da41f490d6752977 to your computer and use it in GitHub Desktop.
Save artemrys/b9674667b9d45c94da41f490d6752977 to your computer and use it in GitHub Desktop.
python_telegram_bot_heroku_2
FROM python:3.7
RUN pip install python-telegram-bot
RUN mkdir /app
ADD . /app
WORKDIR /app
CMD python /app/bot.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment