Describe the documentation issue
The current documentation regarding the Docker section is missing how to use it. I want to try and run the docker image locally, but I am not being able to figure it out from checking the docker-compose.yml / Makefile, as it does not really show usages.
This was as far as I currently got:
$ docker run -it -v $(pwd):/app --workdir /app --env TARGET_GH_TOKEN=$(gh auth token) --env SOURCE_GH_TOKEN=$(gh auth token) --env SOURCE_REPO_PATH=<owner/template> --env UPSTREAM_BRANCH=main --env GITHUB_SERVER_URL=https://github.com --rm andyaugustin/actions-template-sync:v2.5.2
::group::git init
::info::set git global configuration
fatal: not in a git directory
$(pwd) in above docker command denotes the following host directory structure.
~/my/project/
├── .git
└── src
Not sure how/what I need to mount. Could you please elaborate?
Links
Acknowledgements
Describe the documentation issue
The current documentation regarding the
Dockersection is missing how to use it. I want to try and run the docker image locally, but I am not being able to figure it out from checking thedocker-compose.yml/Makefile, as it does not really show usages.This was as far as I currently got:
$(pwd)in above docker command denotes the following host directory structure.Not sure how/what I need to mount. Could you please elaborate?
Links
Acknowledgements