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
@@ -19,7 +19,7 @@ You need to have [Docker Engine](https://docs.docker.com/engine/) and [Docker Co
19
19
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`.
20
20
21
21
```
22
-
docker-compose up --build
22
+
dockercompose up --build
23
23
```
24
24
25
25
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
31
31
If you have problems with the Docker image or want to force the rebuild of the Docker image:
0 commit comments