This website works better with JavaScript
Главная
Обзор
Помощь
Вход
timofei.leonov
/
New-Phystech-Printers-Bot
зеркало из
https://github.com/foreverpositive/New-Phystech-Printers-Bot.git
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Вики
Дерево:
3740c3aeee
Ветки
Метки
main
New-Phystech...
/
Dockerfile
Dockerfile
91 B
История
Исходник
1
2
3
4
5
6
7
8
9
FROM python:3
WORKDIR /
COPY . .
RUN pip install -r requirements.txt
CMD python bot.py