oneuptime/Copilot/README.md
Simon Larsen a4a9e45fe0
refactor: Update Dockerfile and build steps for Copilot service
This code change updates the Dockerfile and build steps for the Copilot service. It adds a new workflow job, `docker-build-copilot`, which builds the Docker image for the Copilot service. The job includes steps to checkout the code, preinstall dependencies, and build the Docker image using the specified Dockerfile. This change ensures that the Copilot service is built and deployed correctly in the CI/CD pipeline.
2024-06-10 17:19:25 +01:00

263 B

OneUptime Copilot

Copilot is a tool that helps you improve your codebase automatically.

Run Copilot with Docker

docker run -v $(pwd):/app -w /app oneuptime/copilot

Volumes

  • /repository - The directory where your codebase is located.