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

@ -2,7 +2,7 @@
On aime les briques On aime les briques
## Sujet ## Sujet
* [Projet: Travail et modalités de rendu Fichier](https://moodle.bordeaux-inp.fr/mod/resource/view.php?id=48191) * [Projet: Travail et modalités de rendu Fichier](https://moodle.bordeaux-inp.fr/mod/resource/view.php?id=48191)
* [Sujet : Briques Fichier](https://moodle.bordeaux-inp.fr/mod/resource/view.php?id=132493) * [Sujet : Briques Fichier](https://moodle.bordeaux-inp.fr/mod/resource/view.php?id=132493)
@ -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