Skip to content

Commit

Permalink
fix: use --build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyowo authored Feb 25, 2024
1 parent ebd8129 commit 3f4cdb2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/setup/operating-systems/linux-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,9 @@ This creates a folder called Zeppelin and clones the bot code there.

## Build and Start the bot

`docker compose -f docker-compose.production.yml build
docker compose -f docker-compose.production.yml up -d`
`docker compose -f docker-compose.production.yml up -d --build`

**NOTE**: Make sure to `build` the bot every time you update/change the source code.
**NOTE**: Make sure to run the above command every time you update/change the source code.

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.

Expand Down

0 comments on commit 3f4cdb2

Please sign in to comment.