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

pull/30593/head
Matt Jankowski 10 months ago committed by GitHub
parent 3d058f898a
commit bc01b328a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save