mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
Fixed typo in README file
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user