From ec8d4e38213e409a012f3df14efee9461f159cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vit=C3=B3ria=20Silva?= <8648976+joaovitoriasilva@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:36:23 +0100 Subject: [PATCH] Fixed typo in README file --- CONTRIBUTING => CONTRIBUTING.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CONTRIBUTING => CONTRIBUTING.md (100%) diff --git a/CONTRIBUTING b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING rename to CONTRIBUTING.md diff --git a/README.md b/README.md index 3a00aa920..4df123666 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Volume | Path | Notes --- | --- | --- /app | /endurain/backend/app:/app | Configure volume if you want to edit the code locally by cloning the repo and comment next line /app/user_images | /endurain/backend/app/user_images:/app/user_images | Necessary for user image persistence on container image updates -/app/bulk_import | /endurain/backend/bulk_import | Necessary to enable bulk import of activities. Place here your activities files +/app/bulk_import | /endurain/backend/bulk_import:/app/bulk_import | Necessary to enable bulk import of activities. Place here your activities files To check Python backend dependencies used, use poetry file (pyproject.toml)