fix: typo in README

This commit is contained in:
Alessandre Laguierce 2024-12-04 22:12:00 +01:00
parent db885f8277
commit 53275f6c11

View File

@ -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