We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340227b commit 9cbec0dCopy full SHA for 9cbec0d
README.md
@@ -24,9 +24,9 @@ After that, clone the project using git
24
git clone https://github.com/YasTechOrg/cs50_bot
25
```
26
Finally, you can build and deploy project using docker compose<br>
27
-Don't forget to change `{TOKEN}` with your own telegram bot token!
+Don't forget to set `token` args in your docker compose!
28
```shell
29
-docker-compose up -d --build --build-arg TOKEN="{TOKEN}"
+docker-compose up -d --build
30
31
### Contact
32
- Hossein Araghi
0 commit comments