I have my node red project in which i had made some customization in flow.json,settings.js and deploy.js files.
Now i want to install this project to docker with my customization.
I am new to Docker as well that's why i followed below link :
Can u please guide me that how can i replace the existing flow.json ,setting.js and deploy.js with my customize files.
You should mount your files to an external data volume - see https://nodered.org/docs/getting-started/docker - section "Using a Host Directory for Persistence (Bind Mount)" when starting docker - this is used as the user directory.