Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

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