Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 201 Bytes

File metadata and controls

8 lines (6 loc) · 201 Bytes
$ docker build -t hello-bot .

$ cat env
BOT_IDENTITY_JSON={"type":"email","name":"INSERT-EMAIL-HERE","auth":"INSERT-PASSWORD-HERE"}

$ docker run --env-file=env --restart=on-failure hello-bot