first step you need to access ssh to the server
1 |
find / -iname index.html.erb |
you might see the path for greenlight, like
1 |
/var/lib/docker/overlay2/dae293****/diff/usr/src/app/app/views/shared/ |
you could access the file and get the path and apply changes to the html directly, next don’t forget to restart the docker to apply the new html changes
1 2 3 |
cd ~/greenlight/ docker-compose down docker-compose up -d |
wait few seconds then you ready to go!