From ccc7820648e21cae1d41569f1d83a7c5f094b1a4 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Thu, 7 Sep 2023 12:29:28 +0100 Subject: [PATCH] docs: merge backend dev docs --- docs/dev/Backend.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/dev/Backend.md b/docs/dev/Backend.md index 14d3885d69..da2eddaacc 100644 --- a/docs/dev/Backend.md +++ b/docs/dev/Backend.md @@ -139,16 +139,7 @@ Example launch.json config for vscode: Creating a new release during development may not always be feasible. -**Via Dockerfile** - -- The debug stages in the backend Dockerfile install the latest osm-fieldwork repo `main` branch. -- To re-build, run: `docker compose build api --no-cache`. - -> Note: this is useful to debug functionality not yet released in a stable version on PyPi. - -**Via Bind-Mount** - -- Alternatively, a development version of osm-fieldwork can be mounted into the FMTM container. +- A development version of osm-fieldwork can be mounted into the FMTM container via bind mount. - Clone the osm-fieldwork repo to the same root directory as FMTM. - Uncomment the line in docker-compose.yml