Adicionar um arquivo à pasta raiz do web do Discourse?

A service I use needs to verify ownership of my website by asking me to create a text file with a string in the web root folder:

https://mydiscoursewebsite.com/verify.txt

So I

cd /var/discourse,

then ./launcher enter app

do I just create the file in that folder or navigate elsewhere?

You should create the file anywhere and then move it to root using Putty (SSH)

Simply to myIpaddress/root? Or should I look for some docker-specific web root folder? Sorry about the stupid questions…

This is not possible. You need to verify through DNS records.

Thank you for clearing this up!