Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 691 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 691 Bytes

loop

Tracking, auditing, and reconciling SOFO forms

Warning

While this repository itself is open-source, we use several confidential and proprietary components which are packed into Docker images produced by this process. Images should never be pushed to a public registry.

Install Docker and Docker Compose.

Clone the repository, then run

export DOCKER_BUILDKIT=1
docker build --pull --target backend-uncompressed --network host --secret id=composer_auth,src=auth.json . --tag robojackets/loop
docker compose up

You will need to provide an auth.json file that has credentials for downloading Laravel Nova. Ask in Slack and we can provide this file to you.