From 07291ef3d353a89ba45dd7a096ed034841f90eba Mon Sep 17 00:00:00 2001 From: Bienchen <stefan.bienert@unibas.ch> Date: Wed, 19 Oct 2022 15:09:23 +0000 Subject: [PATCH] Update README.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 01d0c28..3dbe684 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`](../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