Captain Ezio commited on
Commit
5401c85
·
1 Parent(s): 3697d5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -114,14 +114,14 @@ 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
+ 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)