Fix(docs): removes obsolete step

environments/review-docs-updat-g6cy4g/deployments/17350
Marcos Peña 2023-04-01 18:12:15 +02:00 zatwierdzone przez JuniorJPDJ
rodzic 420b2b1527
commit fabef98fac
1 zmienionych plików z 1 dodań i 9 usunięć

Wyświetl plik

@ -97,15 +97,7 @@ You need to create some local data to mimic a production environment.
## Manage services
Once you have set up your containers, bring them up 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:
Once you have set up your containers, launch all services to start working on them:
```sh
sudo docker compose -f dev.yml up front api nginx celeryworker