mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 13:47:26 +03:00
8805a588bc
Signed-off-by: Timur Bondarenko <tibode495@gmail.com>
7 lines
279 B
Bash
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
|
|
|