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

Fix/docker and webpacker #325

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

drewpotter
Copy link
Contributor

This is the initial work to fix docker webpacker support.

@drewpotter
Copy link
Contributor Author

I have spent a little bit of time this weekend thinking about and trying to fix the hot reloading for webpacker; I have pushed some changes again which will require:

docker-compose up --build

To make sure you get the ENV vars correctly in docker you can try the following command to check:

docker-compose run web /bin/bash -l -c 'echo "$NODE_ENV"'

You should see development is eventually outputted by this command. Also the same for this:

docker-compose run web /bin/bash -l -c 'echo "$RAILS_ENV"'

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