Skip to content

Commit

Permalink
Update running with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruinsslot committed Mar 14, 2020
1 parent 0d8e8ac commit ddbce72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ ENV USER root
COPY --from=builder /usr/bin/slack-term /usr/bin/slack-term
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs

ENTRYPOINT stty cols 25 && slack-term -config ~/.config/slack-term/config
ENTRYPOINT stty cols 25 && slack-term -config config
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ $ cd $GOPATH/src/github.com/erroneousboat/slack-term
$ go install .
```

#### Via docker

You can also run it with docker, make sure you have a valid config file
on your host system.

```bash
docker run -it -v [config-file]:/config erroneousboat/slack-term
```

Setup
-----

Expand Down

0 comments on commit ddbce72

Please sign in to comment.