Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
2248c12
1
Parent(s):
b7f8585
Update README.md
Browse files
README.md
CHANGED
@@ -114,14 +114,21 @@ Just click on the button it will redirect you to Heroku website and deploy your
|
|
114 |
* Change to virtualenv shell by using: `. venv/bin/activate (Linux) venv\Scripts\activate (Windows)`
|
115 |
* Run the bot using `python3 -m Powers`
|
116 |
|
117 |
-
|
118 |
-
|
119 |
-
Clone the repo and enter into it
|
120 |
-
Install [Docker](https://www.docker.com/)
|
121 |
-
Fill in the `sample.env` file and rename it to `main.env`.
|
122 |
-
|
123 |
-
|
124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
125 |
|
126 |
## Variables
|
127 |
`BOT_TOKEN` You can get your bot token at [@BotFather](https://t.me/BotFather)
|
|
|
114 |
* Change to virtualenv shell by using: `. venv/bin/activate (Linux) venv\Scripts\activate (Windows)`
|
115 |
* Run the bot using `python3 -m Powers`
|
116 |
|
117 |
+
<!---### Using docker
|
118 |
+
|
119 |
+
* Clone the repo and enter into it
|
120 |
+
* Install [Docker](https://www.docker.com/)
|
121 |
+
* Fill in the `sample.env` file and rename it to `main.env`.
|
122 |
+
* Now follow the steps:
|
123 |
+
To build the docker image **(The dot '.' at last is necessary!)**:
|
124 |
+
```
|
125 |
+
docker build -t gojo_satarou:latest .
|
126 |
+
```
|
127 |
+
To run copy and paste the following commang
|
128 |
+
```
|
129 |
+
docker run --env-file main.env gojo_satarou
|
130 |
+
```
|
131 |
+
If all works well, bot should send message to the MESSAGE_DUMP Group!--->
|
132 |
|
133 |
## Variables
|
134 |
`BOT_TOKEN` You can get your bot token at [@BotFather](https://t.me/BotFather)
|