fix: typo in README
This commit is contained in:
parent
db885f8277
commit
53275f6c11
@ -29,7 +29,7 @@ docker compose -f docker-compose.dev.yml up
|
|||||||
Use the file `docker-compose.prod.yml` to start the app in production mode, it can be done using the following command :
|
Use the file `docker-compose.prod.yml` to start the app in production mode, it can be done using the following command :
|
||||||
|
|
||||||
```
|
```
|
||||||
docker compose -f docker-compose.dev.yml up
|
docker compose -f docker-compose.prod.yml up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
@ -42,4 +42,3 @@ docker compose -f docker-compose.dev.yml up
|
|||||||
2) `export $(grep -v '^#' back-end/.env.production | xargs)` and then `make`.
|
2) `export $(grep -v '^#' back-end/.env.production | xargs)` and then `make`.
|
||||||
|
|
||||||
### EOF
|
### EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user