This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
timofei.leonov
/
New-Phystech-Printers-Bot
miroir de
https://github.com/foreverpositive/New-Phystech-Printers-Bot.git
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
3740c3aeee
Branches
Tags
main
New-Phystech...
/
Dockerfile
Dockerfile
91 B
Historique
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