This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
timofei.leonov
/
New-Phystech-Printers-Bot
mirror de
https://github.com/foreverpositive/New-Phystech-Printers-Bot.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
3740c3aeee
Branches
Tags
main
New-Phystech...
/
Dockerfile
Dockerfile
91 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
FROM python:3
WORKDIR /
COPY . .
RUN pip install -r requirements.txt
CMD python bot.py