Skip to content

Commit

Permalink
fix test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yibeichan committed Feb 24, 2025
1 parent 5980308 commit 238e75f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ services:
- ${SCHEMA_PATH:-./schemas}:/schemas:ro
# Data storage volume
- ${DATA_PATH:-./data}:/data:rw
# Development volumes
- ./docker/backend:/app # For live backend changes
- ./tests:/app/tests:ro # Mount from project root, read-only
environment:
# Core settings
- NODE_ENV=${NODE_ENV:-development} # Default to development
Expand Down

0 comments on commit 238e75f

Please sign in to comment.