This repository has been archived on 2021-08-31. You can view files and clone it, but cannot push or open issues or pull requests.
mattermost/app
Pan Luo 2a0cf0cb21 Allow config location to be customized from CLI (#66)
* Allow config location to be customized from CLI

Config file should be stored in a persistent storage as it is stores the
app status and configuration. It should be independent from container
life cycle and mounted into app container. This commit allows config
location to be changed through CLI. So that when the persistent storage
is mounted, the location can be pointed to the mounted config file.

Also some updates for best practices:
* extracted version numbers in Dockerfile into a environment variable
* Added mattermost/bin to PATH environment variable

* Add customizable environment variables to readme
2017-02-22 21:37:43 -08:00
..
config.template.json Allow db host, name user and password to be configurable 2016-04-15 21:31:28 -07:00
docker-entry.sh Allow config location to be customized from CLI (#66) 2017-02-22 21:37:43 -08:00
Dockerfile Allow config location to be customized from CLI (#66) 2017-02-22 21:37:43 -08:00