Replies: 1 comment 1 reply
-
I fixed it by adding
to the docker-compose file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
My remix dev server does not rebuild or reload upon file changes. Here is my setup:
When I do
docker-compose up --build
everything goes well, upon opening the remix frontend in my browser the app works and dev websocket connection is correctly initialized.However when I change a file in my remix/app folder nothing happens. The remix dev server does not rebuild or reload. If I open the container CLI and check the file on disk it is updated though.
If I'm out of docker and simply run
npm run dev
it works as expected of course.To me it looks similar to https://stackoverflow.com/questions/76296335/remix-dev-doesnt-detect-file-changes-inside-a-docker-container-with-volumes-con, except the exact volume mapping does not improve the situation in my case and I don't know what they mean by "using nodemon"
Beta Was this translation helpful? Give feedback.
All reactions