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
{{ message }}
This repository was archived by the owner on Nov 16, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: examples/bingo/README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,22 +53,18 @@ Let's just add `message.channels` by clicking `Add Workspace Event` button under
53
53
54
54
## Create Dispatch Objects
55
55
56
-
Here are all the source files we need: [bingo.js](bingo.js), [base-image/Dockerfile](base-image/Dockerfile).
56
+
Here are all the source files we need: [bingo.js](bingo.js), [package.json](package.json).
57
57
One more thing: you need a working Dispatch installation and `dispatch` CLI on your computer (all right, that's two things).
58
58
59
59
60
60
### Image
61
61
62
-
Every Dispatch function needs an image. As of right now, it's the same as base-image. Base images are intended to be basic runtimes for functions - without any additional libraries. Images are to contain the libraries. But for now let's just create a base image with everything we need.
62
+
Every Dispatch function needs an image. Base images are intended to be basic runtimes for functions - without any additional libraries. Images are to contain the libraries.
0 commit comments