@nateberkopec
```yaml
volumes:
- .:/app:cached
- bundle_cache:/bundle
```
on the 'app' service, works for us
@nateberkopec
```yaml
volumes:
- .:/app:cached
- bundle_cache:/bundle
```
on the 'app' service, works for us