From 255035fd7a588686146723870cfb633d9ad3f82c Mon Sep 17 00:00:00 2001 From: B13nch3n <b13nch3n_01@theb-si.de> Date: Wed, 19 Oct 2022 17:04:25 +0200 Subject: [PATCH] Update READEM.md --- projects/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/docker/README.md b/projects/docker/README.md index 6e51bea..01d0c28 100644 --- a/projects/docker/README.md +++ b/projects/docker/README.md @@ -129,7 +129,7 @@ $ DOCKER_BUILDKIT=1 docker build -f docker/Dockerfile --build-arg MMCIF_USER_ID= $ ``` -For working on a translation script, it is convenient to mount the complete Git repository when running the Docker container interactively. This makes sure `pyproject.toml` is available from the repository root to `black` and `pylint`: +For working on a translation script, it is convenient to mount the complete Git repository when running the Docker container interactively. This makes sure [`pyproject.toml`](../pyproject.toml) is available from the repository root to `black` and `pylint`: ```terminal $ touch .history -- GitLab