Skip to content

Commit 247c0a7

Browse files
authored
docs: adding documentation for Docker (#88)
1 parent eed698b commit 247c0a7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ This means that channels are just an abstraction - all Smee does is get a payloa
2626

2727
## Deploying your own Smee.io
2828

29-
Smee.io is a simple Node.js application. You can deploy it any way you would deploy any other Node app. The easier solution is probably Heroku, or you can use the `Dockerfile` found in this repository to deploy a container.
29+
Smee.io is a simple Node.js application. You can deploy it any way you would deploy any other Node app. The easier solution is probably Heroku, or you can use Docker:
30+
31+
```shell
32+
docker run -p 3000:3000 ghcr.io/probot/smee.io
33+
```
3034

3135
Don't forget to point `smee-client` to your instance of `smee.io`:
3236

33-
```
34-
smee --url https://your-smee.io/channel
37+
```shell
38+
smee --url https://your-smee.io/channel
3539
```
3640

3741
### Running multiple instances of Smee.io

0 commit comments

Comments
 (0)