Replies: 1 comment
-
Bump |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Using Vite 6.2.4, and React Router v7 (7.5.0), when I run
npm run build
, (which calls the react router CLI which calld the Vite process), on my local dev setup, I get a list of files inbuild
(both client and server).Now, when I run the same command inside of a Dockerfile, to dockerize my application, the produced assets are different (the hashes they produce). I have a requirement where I need to have both the image and the assets locally, but the mismatch between the two leads to my application breaking (due to missing files).
Any idea why this might be the case?
Beta Was this translation helpful? Give feedback.
All reactions