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

Make webpack hot reload in docker compose #401

Merged
merged 1 commit into from
Jan 28, 2021
Merged

Make webpack hot reload in docker compose #401

merged 1 commit into from
Jan 28, 2021

Conversation

czgu
Copy link
Collaborator

@czgu czgu commented Jan 28, 2021

Closes #384

Hot reloading is enabled by default, this is done by running 2 processes (webpack devserver on 10001 + python server on 3000) in web docker.
This functionality can be turned off by setting env variable HOT_RELOAD=false before running docker compose

@czgu czgu added the enhancement New feature or request label Jan 28, 2021
@czgu czgu requested a review from meowcodes January 28, 2021 05:43
@meowcodes meowcodes merged commit b6f413b into master Jan 28, 2021
@meowcodes meowcodes deleted the webpackhot branch January 28, 2021 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Dev docker] Add a ready to visit message after webpack has completed
2 participants