platform/scripts/build.sh
Timur Bondarenko 8805a588bc
update readme (#3809)
Signed-off-by: Timur Bondarenko <tibode495@gmail.com>
2023-10-09 18:21:51 +07:00

7 lines
279 B
Bash

cd ./dev/
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