Dont include peer dirs in devcontainer compose config (#30592)

pull/30593/head
Matt Jankowski 2024-06-07 08:21:38 -04:00 committed by GitHub
parent 3d058f898a
commit bc01b328a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- ../..:/workspaces:cached - ..:/workspaces/mastodon:cached
environment: environment:
RAILS_ENV: development RAILS_ENV: development
NODE_ENV: development NODE_ENV: development