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