tg/Dockerfile
Nameless da1f1d3514
Build docker image in CI (#221)
* Build docker image in CI

* Build docker image on any branch temporarely

* Update github actions

* Update github actions

* Update github actions

* Update github actions

* Update github actions

* Update readme

* Update github actions
2021-04-26 21:26:21 +03:00

5 lines
58 B
Docker

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