Skip to content

Commit

Permalink
remove volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-takei committed Oct 25, 2024
1 parent bea5a8b commit 7be9abd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .devcontainer/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ services:
- ..:/workspace/growi:delegated
- pnpm-store:/workspace/growi/.pnpm-store
- node_modules:/workspace/growi/node_modules
- node_modules_app:/workspace/growi/apps/app/node_modules
- node_modules_slackbot-proxy:/workspace/growi/apps/slackbot-proxy/node_modules
- buildcache_app:/workspace/growi/apps/app/.next
- ../../growi-docker-compose:/workspace/growi-docker-compose:delegated
tty: true
Expand Down Expand Up @@ -45,6 +43,4 @@ services:
volumes:
pnpm-store:
node_modules:
node_modules_app:
node_modules_slackbot-proxy:
buildcache_app:

0 comments on commit 7be9abd

Please sign in to comment.