tg/Dockerfile
Nameless 29585ae972
Add docker (#74)
* 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>
2020-06-08 23:03:52 +03:00

5 lines
58 B
Docker

FROM python:3.8.3-slim-buster
RUN pip install tg
CMD tg