platform/scripts/build.sh
Andrey Sobolev c9e1d9fd51
UBERF-4527: Extra logging for client (#4133)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-12-04 23:03:21 +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