Fixed typo in README file

This commit is contained in:
João Vitória Silva
2024-08-29 15:36:23 +01:00
parent 5877deb3c0
commit ec8d4e3821
2 changed files with 1 additions and 1 deletions

View File

@@ -115,7 +115,7 @@ Volume | Path | Notes
--- | --- | ---
/app | <local_path>/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 | <local_path>/endurain/backend/app/user_images:/app/user_images | Necessary for user image persistence on container image updates
/app/bulk_import | <local_path>/endurain/backend/bulk_import | Necessary to enable bulk import of activities. Place here your activities files
/app/bulk_import | <local_path>/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)