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

Introduce source_path configuration #162

Merged
merged 1 commit into from
Aug 3, 2019
Merged

Introduce source_path configuration #162

merged 1 commit into from
Aug 3, 2019

Conversation

dejan
Copy link
Owner

@dejan dejan commented Aug 3, 2019

The change addresses the problem described in: #128

The new config option is added that allows override of the source path (by default it's Rails.root). Using this it's possible to run the app in the Docker container and still get the correct file paths (from the host system):

services:
  app:
    environment:
      - SOURCE_PATH=$PWD

@dejan dejan changed the title Introduce source_path configuration WIP Introduce source_path configuration Aug 3, 2019
@dejan dejan changed the title WIP Introduce source_path configuration Introduce source_path configuration Aug 3, 2019
@dejan dejan merged commit 70be339 into master Aug 3, 2019
@dejan dejan deleted the source_path branch August 3, 2019 20:43
@dejan dejan mentioned this pull request Aug 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant