Hello everyone! So far I love nocodb but I need to make some customization to the CSS code inside docker container. I have docker exec into the container but I don’t know which folder contains the css and javascript files. Can anyone please help me with this?
Modifications directly to CSS is not supported. You will have to modify CSS changes in nc-gui
folder and build, not recommended though.
I have made changes in nc-gui and did docker restart <container_id> but it didn’t change anything
There is a related issue here. You can upvote
@pranavxc will help you out with instructions to build docker
You can fork our repo, do the necessary changes and then build custom docker. Following file can be used for docker build - build-local-docker-image.sh