mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +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
|