I check /var/discourse/app/views and it seems not have this folder.
I run command: ls -d /var/discourse/*
And it show only some directories:
/var/discourse# ls -d /var/discourse/*
/var/discourse/bin /var/discourse/discourse-doctor /var/discourse/launcher /var/discourse/samples /var/discourse/templates
/var/discourse/cids /var/discourse/discourse-setup /var/discourse/LICENSE /var/discourse/scripts /var/discourse/Vagrantfile
/var/discourse/containers /var/discourse/image /var/discourse/README.md /var/discourse/shared
How to fix this?
zogstrip
(Régis Hanol)
2019 年 8 月 5 日午前 8:27
2
That folder is inside the container.
@zogstrip Thank you but that folder not inside /var/discourse/containers
:/var/discourse/containers# ls -d /var/discourse/containers/*
/var/discourse/containers/app.yml
zogstrip
(Régis Hanol)
2019 年 8 月 5 日午前 8:45
4
I meant inside the docker container (which you can get into by running ./launcher enter app
) not inside the containers
folder.
「いいね!」 2
pfaffman
(Jay Pfaffman)
2019 年 8 月 5 日午後 1:02
5
You don’t want to fix it. You can find it inside the container, but that’s not what you want. If you need to change anything there you need to develop a plugin.
「いいね!」 2
Thank you for your support!