This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
timofei.leonov
/
New-Phystech-Printers-Bot
zrcadlo
https://github.com/foreverpositive/New-Phystech-Printers-Bot.git
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Wiki
Strom:
3740c3aeee
Větve
Značky
main
New-Phystech...
/
Dockerfile
Dockerfile
91 B
Historie
Surový
1
2
3
4
5
6
7
8
9
FROM python:3
WORKDIR /
COPY . .
RUN pip install -r requirements.txt
CMD python bot.py