This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
timofei.leonov
/
New-Phystech-Printers-Bot
espejo de
https://github.com/foreverpositive/New-Phystech-Printers-Bot.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Árbol:
3740c3aeee
Ramas
Etiquetas
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