To deploy CommitCV, clone the repo, create a .env file using the .env.example, and deploy with docker using
docker compose up -dWhen rebuilding the docker containers after initial build the suggestion is that you only rebuild the container that you are developing for (the pdfCV container installs texlive-full and is 7GB)
Build the commitcv-server container with
docker compose build commitcv-serverBuild the pdfcv container with
docker compose build pdfcv