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