Self deploy Copilot One in Docker
curl -o .env https://raw.githubusercontent.com/SugarAI-HQ/CopilotOne/develop/apps/factory/.env.example
docker run -it -p 80:80 --env-file .env sugarcaneai/factory
The service is now running and listening on port 80