mirror of
https://github.com/paul-nameless/tg
synced 2024-11-25 13:20:25 +00:00
6 lines
58 B
Docker
6 lines
58 B
Docker
|
FROM python:3.8.3-slim-buster
|
||
|
|
||
|
RUN pip install tg
|
||
|
|
||
|
CMD tg
|