mirror of
https://github.com/paul-nameless/tg
synced 2025-02-16 10:38:23 +00:00
* 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
5 lines
58 B
Docker
5 lines
58 B
Docker
FROM python:3.9.4-slim-buster
|
|
|
|
RUN pip install tg
|
|
|
|
CMD tg
|