Skip to content

Commit cfcf65b

Browse files
authored
Update README.md
1 parent 96355a5 commit cfcf65b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Changes to this repository's `main` branch get automatically built and deployed.
99
If you have Docker and Docker Compose installed, then you can run
1010

1111
```sh
12-
$ docker-compose up
12+
$ docker compose up --build
1313
```
1414

1515
After the initial compilation the site will be served on http://localhost:8080/. The repository root directory is mounted inside the dev build container, which should enable live reloads.
1616

1717
You can shut down the development environment by running
1818

1919
```sh
20-
$ docker-compose down -v
20+
$ docker compose down -v
2121
```
2222

2323
## Development Slow Start

0 commit comments

Comments
 (0)