Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 172 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 172 Bytes

for docker

  1. build image

    docker build -t bot -f Dockerfile .

  2. create a config.yml file at ./

    token: some_token

  3. run

    docker run --rm -dit bot