|
|
@@ -2,7 +2,6 @@ FROM python:3.6 |
|
|
RUN git clone https://git.thoughtless.eu/Cinabre/Telegram-Betaseries /app |
|
|
RUN git clone https://git.thoughtless.eu/Cinabre/Telegram-Betaseries /app |
|
|
|
|
|
|
|
|
WORKDIR /app |
|
|
WORKDIR /app |
|
|
RUN echo $TEST |
|
|
|
|
|
|
|
|
|
|
|
RUN pip install requests |
|
|
RUN pip install requests |
|
|
RUN pip install python-telegram-bot |
|
|
RUN pip install python-telegram-bot |
|
|
|