Skip to content

Commit

Permalink
Update compose.yml
Browse files Browse the repository at this point in the history
uncoment  volume
  • Loading branch information
johniak authored Oct 3, 2024
1 parent 78ef72a commit bbf6217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development_tools/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
ports:
- "8080:8000"
volumes:
# - ../.:/code/
- ../.:/code/
- backend-data:/data
- ../pyproject.toml:/packages/pyproject.toml
- ../pdm.lock:/packages/pdm.lock
Expand Down

0 comments on commit bbf6217

Please sign in to comment.