Skip to content

Commit 99bbe07

Browse files
committed
FIX:
Change README
1 parent 3eaad2c commit 99bbe07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
- [Our Contact Information](#contact)
88

99
### Deploy
10-
First make sure you set your token to `Cs50BotApplication.kt` file!<br>
1110
You can deploy project using docker and docker-compose!<br>
1211

1312
First create a `docker-compose.yaml`
@@ -24,9 +23,10 @@ After that, clone the project using git
2423
```shell
2524
git clone https://github.com/YasTechOrg/cs50_bot
2625
```
27-
Finally, you can build and deploy project using docker compose
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!
2828
```shell
29-
docker-compose up -d --build
29+
docker-compose up -d --build --build-arg TOKEN="{TOKEN}"
3030
```
3131
### Contact
3232
- Hossein Araghi

0 commit comments

Comments
 (0)