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 3a00aa92..4df12366 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)