Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 389 Bytes

offline.md

File metadata and controls

17 lines (13 loc) · 389 Bytes

Build Offline

To prepare build to run offline, follow the docker-compose deployment steps in the deployment guide. Note, you need to be online for these steps.

Once the Docker images are built and the local storage volumes are created, you can run Build offline through

cd build
docker-compose up -d

and stop Build through

cd build
docker-compose stop