This website works better with JavaScript
Home
Explore
Help
Sign In
timofei.leonov
/
New-Phystech-Printers-Bot
mirror of
https://github.com/foreverpositive/New-Phystech-Printers-Bot.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
3740c3aeee
Branches
Tags
main
New-Phystech...
/
Dockerfile
Dockerfile
91 B
History
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