Captain Ezio commited on
Commit
2248c12
·
1 Parent(s): b7f8585

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -8
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
- ### 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
- Build the docker image using: `docker build -t gojo_satarou:latest .` (The dot '.' at last is necessary!)
123
- Run the command `docker run --env-file main.env gojo_satarou`
124
- If all works well, bot should send message to the MESSAGE_DUMP Group!
 
 
 
 
 
 
 
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)