Skip to content

Commit cd0c784

Browse files
authored
docs: add docker-compose build (#155)
1 parent bbf416c commit cd0c784

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ A [Docker](https://www.docker.com/)-based installer and runtime for the [Symfony
77
## Getting Started
88

99
1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/)
10-
2. Run `docker-compose up` (the logs will be displayed in the current shell)
11-
3. Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334)
10+
2. Run `docker-compose build --pull --no-cache` to build fresh images
11+
3. Run `docker-compose up` (the logs will be displayed in the current shell)
12+
4. Open `https://localhost` in your favorite web browser and [accept the auto-generated TLS certificate](https://stackoverflow.com/a/15076602/1352334)
1213

1314
## Features
1415

0 commit comments

Comments
 (0)