mirror of https://github.com/docker/docs.git
Merge pull request #16081 from achianumba/main
fixes "Command 'docker-compose' not found" error.
This commit is contained in:
commit
e565f1ca51
|
|
@ -177,7 +177,7 @@ $ npm install nodemon
|
||||||
Let’s start our application and confirm that it is running properly.
|
Let’s start our application and confirm that it is running properly.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker-compose -f docker-compose.dev.yml up --build
|
$ docker compose -f docker-compose.dev.yml up --build
|
||||||
```
|
```
|
||||||
|
|
||||||
We pass the `--build` flag so Docker compiles our image and then starts it.
|
We pass the `--build` flag so Docker compiles our image and then starts it.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue