mirror of
https://github.com/paul-nameless/tg
synced 2025-02-16 10:38:23 +00:00
* Update README * Add docker for testing and it is a fast way to try our client Co-authored-by: Alex <lightme16@users.noreply.github.com>
5 lines
58 B
Docker
5 lines
58 B
Docker
FROM python:3.8.3-slim-buster
|
|
|
|
RUN pip install tg
|
|
|
|
CMD tg
|