Skip to content

Commit

Permalink
add shared directory to compose configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Jan 8, 2025
1 parent eeabc23 commit 3f4b773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
- node_modules:/workspace/growi/node_modules
- buildcache_app:/workspace/growi/apps/app/.next
- ../../growi-docker-compose:/workspace/growi-docker-compose:delegated
- ../../share:/workspace/share:delegated
tty: true

mongo:
Expand Down

0 comments on commit 3f4b773

Please sign in to comment.