[React App giving 404 on static js and css ]
I built a react app using "react-scripts". The application runs perfectly on my local development server but when I deploy to my actual server the applications seems to not find the main JS and CSS files being compiled. I get 404 on both.
this is my docker file :
FROM quay.io/keycloak/keycloak:20.0.5
COPY --from=builder /build/keycloak-ui/build /opt/keycloak/keycloak-ui
COPY --from=builder /build/keycloak-ui/build /opt/keycloak/themes/keycloak-ui
COPY --from=builder /build/keycloak-providers/target/marketplace-signup-keycloak-providers-jar-with-dependencies.jar /opt/keycloak/providers/marketplace-signup-keycloak-providers-jar-with-dependencies.jar