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

chore: add live reload support to docker #4587

Open
techfg opened this issue Feb 8, 2025 · 0 comments
Open

chore: add live reload support to docker #4587

techfg opened this issue Feb 8, 2025 · 0 comments

Comments

@techfg
Copy link
Collaborator

techfg commented Feb 8, 2025

Live reload was added in #4586, however it does not currently support running in docker.

Running in docker presents a couple of nuances, primarily that the platform module is built as part of the image and that all local files are copied to the image rather than referenced from the host file system.

In order to support live reload, there are a couple of options:

  1. Use docker watch command
  2. Change the approach to image creation and resulting artifact to utilize the host file system instead of copying the files to the image itself

Pros/cons to both approaches.

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

No branches or pull requests

1 participant