Skip to content

Commit f66494d

Browse files
committed
Merge branch 'main' of github.com:fsalvi/docs.scala-lang
2 parents 3bd9016 + 1908526 commit f66494d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ For more details, read on.
2020
You need to have [Docker Engine](https://docs.docker.com/engine/) and [Docker Compose](https://docs.docker.com/compose/) installed on your machine.
2121
Under macOS (Intel or Apple silicon), instead of installing [Docker Desktop](https://docs.docker.com/desktop/) you can also use [HomeBrew](https://brew.sh/) with [Colima](https://github.com/abiosoft/colima): `brew install colima docker docker-compose`.
2222
UID and GID environment variables are needed to avoid docker from writing files as root in your directory.
23+
By default, docker-compose will use the file docker-compose.yml which will build the website and serve it on 0.0.0.0:4000 .
24+
If you just need to build the website, add ```-f docker-compose_build-only.yml```
2325

2426
```
2527
env UID="$(id -u)" GID="$(id -g)" docker-compose up

0 commit comments

Comments
 (0)