This commit is contained in:
Dezső BICZÓ 2022-03-15 10:40:02 +01:00 committed by Maxime Helias
parent 8de8127aba
commit f97d1ce163

View File

@ -5,7 +5,7 @@ To use it, create a new `Makefile` file at the root of your project. Copy/paste
the content in the template section. To view all the available commands, run `make`. the content in the template section. To view all the available commands, run `make`.
For example, in the [getting started section](/README.md#getting-started), the For example, in the [getting started section](/README.md#getting-started), the
`docker-composer` commands could be replaced by: `docker-compose` commands could be replaced by:
1. Run `make build` to build fresh images 1. Run `make build` to build fresh images
2. Run `make up` (detached mode without logs) 2. Run `make up` (detached mode without logs)