Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vacaramin authored Dec 9, 2023
1 parent f04043e commit a14fb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker-compose -f docker-compose-ci.yaml up
This command starts all services defined in the docker-compose-ci.yaml file.

### Production Environment
For a production environment, use the docker-compose-prod.yaml file. This pulls the latest images of the code from your repository and runs the services.
For a production environment, use the docker-compose-prod.yaml file. This pulls the latest backend and frontend images of virtual horizon from docker huband runs the services directly.
```console
docker-compose -f docker-compose-prod.yaml up -d
```
Expand Down

0 comments on commit a14fb52

Please sign in to comment.