Created
December 13, 2018 23:15
-
-
Save artemrys/b9674667b9d45c94da41f490d6752977 to your computer and use it in GitHub Desktop.
python_telegram_bot_heroku_2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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