We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaad2c commit 99bbe07Copy full SHA for 99bbe07
README.md
@@ -7,7 +7,6 @@
7
- [Our Contact Information](#contact)
8
9
### Deploy
10
-First make sure you set your token to `Cs50BotApplication.kt` file!<br>
11
You can deploy project using docker and docker-compose!<br>
12
13
First create a `docker-compose.yaml`
@@ -24,9 +23,10 @@ After that, clone the project using git
24
23
```shell
25
git clone https://github.com/YasTechOrg/cs50_bot
26
```
27
-Finally, you can build and deploy project using docker compose
+Finally, you can build and deploy project using docker compose<br>
+Don't forget to change `{TOKEN}` with your own telegram bot token!
28
29
-docker-compose up -d --build
+docker-compose up -d --build --build-arg TOKEN="{TOKEN}"
30
31
### Contact
32
- Hossein Araghi
0 commit comments