You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
236 B
Markdown
14 lines
236 B
Markdown
4 years ago
|
# Samplebot
|
||
|
|
||
|
```
|
||
|
docker build -t runcible/samplebot .
|
||
|
```
|
||
|
|
||
|
```
|
||
|
docker run --rm \
|
||
|
-e KEYBASE_USERNAME="spoonbot" \
|
||
|
-e KEYBASE_PAPERKEY="$KEYBASE_PAPERKEY" \
|
||
|
-e KEYBASE_SERVICE="1"\
|
||
|
-e CHAT_TARGET="androiddrew" -it runcible/samplebot
|
||
|
```
|