You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,16 @@ This means that channels are just an abstraction - all Smee does is get a payloa
26
26
27
27
## Deploying your own Smee.io
28
28
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
+
```
30
34
31
35
Don't forget to point `smee-client` to your instance of `smee.io`:
0 commit comments