Sfoglia il codice sorgente

Ajouter 'docker/ Dockerfile'

master
TheBidouilleur 2 mesi fa
parent
commit
dd60fb5187
1 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. +17
    -0
      docker/ Dockerfile

+ 17
- 0
docker/ Dockerfile Vedi File

@@ -0,0 +1,17 @@
FROM python:3.6
RUN git clone https://git.thoughtless.eu/Cinabre/Telegram-Betaseries /app

WORKDIR /app
RUN echo $TEST

RUN pip install requests
RUN pip install python-telegram-bot

RUN echo $CLIENT_ID
RUN python3.6 generate_config.py config &CLIENT_ID &LOGIN &PASSWORD &USER_ID &TOKEN_BOT

#Ajout de series aleatoires.
RUN python3.6 generate_config.py series 355480 305089 380654


CMD ["python3", "./bot.py"]

Loading…
Annulla
Salva