Skip to content

Commit

Permalink
Fixed typo in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovitoriasilva committed Aug 29, 2024
1 parent 5877deb commit ec8d4e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ec8d4e3

Please sign in to comment.