Skip to content

Commit f417793

Browse files
authored
feat: new instructions (#27)
* feat: new instructions * fix: use --build flag
1 parent 4f016fd commit f417793

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/setup/operating-systems/linux-docker.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,11 @@ This creates a folder called Zeppelin and clones the bot code there.
172172
- Do not use `$'"(){}#` in the password
173173
5. When you are done editing, press Ctrl-X, then Y, then Enter to save and exit Nano.
174174

175-
## Start the bot
175+
## Build and Start the bot
176176

177-
`docker compose -f docker-compose.production.yml up -d`
177+
`docker compose -f docker-compose.production.yml up -d --build`
178+
179+
**NOTE**: Make sure to run the above command every time you update/change the source code.
178180

179181
The bot will pull images and build other images, create the containers, and start them. It will probably take about a minute or two to start.
180182

0 commit comments

Comments
 (0)