Update readme (#4772)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-02-26 11:02:34 +06:00
committed by GitHub
parent 57b15752ba
commit 12e057c983
3 changed files with 28 additions and 15 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
cd ./dev/
rush build # Will build all the required packages.
rush bundle # Will prepare bundles.
# rush build # Will build all the required packages.
# rush bundle # Will prepare bundles.
rush docker:build # Will build Docker containers for all applications in the local Docker environment.
docker compose up -d --force-recreate # Will set up all the containers
rush docker:up # Will set up all the containers