You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ Changes to this repository's `main` branch get automatically built and deployed.
9
9
If you have Docker and Docker Compose installed, then you can run
10
10
11
11
```sh
12
-
$ docker-compose up
12
+
$ dockercompose up --build
13
13
```
14
14
15
15
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.
16
16
17
17
You can shut down the development environment by running
0 commit comments