Skip to content

Commit 5653b39

Browse files
committed
some instructions for using the docker image
1 parent c2fa6ed commit 5653b39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

worker.capnp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@ const worker :Workerd.Worker = (
1414
(name = "worker", esModule = embed "index.js"),
1515
],
1616
compatibilityDate = "2024-11-11",
17+
bindings = [
18+
(
19+
name = "SECRET_TELEGRAM_API_TOKEN",
20+
text = "put your token here before building your docker image"
21+
),
22+
],
1723
);
1824

0 commit comments

Comments
 (0)