Fix(docs): removes obsolete step

This commit is contained in:
Marcos Peña 2023-04-01 18:12:15 +02:00 committed by JuniorJPDJ
parent 420b2b1527
commit fabef98fac
1 changed files with 1 additions and 9 deletions

View File

@ -97,15 +97,7 @@ You need to create some local data to mimic a production environment.
## Manage services ## Manage services
Once you have set up your containers, bring them up to start working on them. Once you have set up your containers, launch all services to start working on them:
1. Compile the translations:
```sh
sudo docker compose -f dev.yml run --rm front yarn run i18n-compile
```
2. Launch all services:
```sh ```sh
sudo docker compose -f dev.yml up front api nginx celeryworker sudo docker compose -f dev.yml up front api nginx celeryworker