meta name="description" を削除したいが、変更が反映されない

I want to remove the meta name=“description”; I made changes in application.html.erb.
The file is located at:
/var/lib/docker/overlay2/77f62fc5de6c7f76b807f77a0b2ad6fd1cfd6377d452e4fec0349278c8aca505/diff/var/www/discourse/app/views/layouts/application.html.erb

But the changes are not reflecting…
Is this the correct file path?
What steps do I have to take after making changes?

You are trying to make changes to the Docker container. However, they are short-lived. As soon as you update any component of the site, the file will change.

In your case, you may have made a mistake with the folder:

/ var / lib / docker / overlay2 /***???**

If the file is correct, the changes should occur after: ./launcher restart app

What would be the correct path?? I had installed over digitalocean.

I think it is:

「いいね!」 2