Skip to content

Commit 03f4fab

Browse files
authored
Merge pull request scala-js#633 from gzm0/dc-2
Update README.md to use docker compose V2
2 parents bbabe9b + 34446cd commit 03f4fab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You need to have [Docker Engine](https://docs.docker.com/engine/) and [Docker Co
1919
Under Mac OS (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`.
2020

2121
```
22-
docker-compose up --build
22+
docker compose up --build
2323
```
2424

2525
On Linux you may have to prefix that command with `sudo`, depending on your Docker setup.
@@ -31,7 +31,7 @@ When the website dependencies change (the content of the `Gemfile`), you have to
3131
If you have problems with the Docker image or want to force the rebuild of the Docker image:
3232

3333
```
34-
docker-compose build --no-cache
34+
docker compose build --no-cache
3535
```
3636

3737
### Manually with Ruby tooling

0 commit comments

Comments
 (0)