-
I'm running the docker watch command and it's building etc but when I actually modify code on the front end it doesn't update unless I cd into the front end folder and run that independently. Is there a docker command I haven't seen that pushes the updates to docker? I've even deleted the containers and rebuilt and still has old original base code. Ideally I could hot reload but for now I just want to see the actual code updates. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm a bit new to this project so take what I say with a grain of salt, but I believe that the frontend isn't intended to hot reload when it's running via docker. From the frontend docs:
|
Beta Was this translation helpful? Give feedback.
I'm a bit new to this project so take what I say with a grain of salt, but I believe that the frontend isn't intended to hot reload when it's running via docker. From the frontend docs: