A customer asks for adding a column with updated_at in the search view.
I found this closed ticket and looked up the line to patch in the current code etc.
Now I found that recompiling the assets doesn’t work within the docker container because of missing nodejs (if I understand correctly).
An additional search found this Dockerfile, I adjusted it but so far it fails to build for me (I edited the mentioned Dockerfile to use the current 6.5.2 image, sure)
Question
Is there a relatively easy way to get the patched search.coffee into my stack?
It should be maintainable, to be able to use upstream docker images if possible.
I assume it’s not enough to “overlay” that file by using a docker-compose volume for this file (because that recompile step is missing).