Where to locate source files in docker install?

Hi there,

First of all let me say that i think Mattermost is awesome!

I’ve installed via the one-line install with Docker. After poking around and getting to know the app - I am wondering what is the file path to edit the css / html files in order to alter the branding and look / feel of the site.

I don’t mean to ask a noob question but i really love to get involved and I’m pretty new to a docker setup and was just looking for those files.

Thanks in advance,
K

Look in:
/mattermost/web
/mattermost/api/templates
/mattermost/config

I found this doing that:

find / -iname “css”

this gonna show u the css folder :smiley: