Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions