Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync .bundle folder #73

Open
ArthurZaharov opened this issue Jun 22, 2020 · 1 comment
Open

Sync .bundle folder #73

ArthurZaharov opened this issue Jun 22, 2020 · 1 comment
Assignees

Comments

@ArthurZaharov
Copy link
Contributor

Local .bundle folder does not sync with bundle folder in the container. It leads to the issue that we cannot Go to the gem method Definition.

@EvgeniyEsaulkov EvgeniyEsaulkov self-assigned this Jun 23, 2020
@EvgeniyEsaulkov
Copy link
Contributor

We can't mount host directory during image build process. So I guess the only solution is to copy bundle directory from the volume when we need to open gem source in the editor:

docker ps
docker cp <app_container_id>:/usr/local/bundle/ .bundle/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants