summaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Fix docker buildWim2021-10-171-2/+2
|
* Optimize Dockerfile (#1361)Wim2021-01-151-6/+4
|
* Unify/sync apk index cache control in Dockerfile (#1352)Peter Dave Hello2021-01-141-1/+1
| | | The second stage is using a single `apk` command with `--no-cache` which is better.
* Use alpine stable for dockerWim2020-09-041-2/+2
|
* Combine runs to one layer (#1151)Sandro2020-05-281-3/+3
|
* Update Dockerfile so inotify works (#1148)xnaas2020-05-241-1/+4
| | | | | | | This change would be required for the Docker image to actually read `RELOADABLE` config options from the `matterbridge.toml`. This edit would require https://github.com/42wim/matterbridge/wiki/Deploy:-Docker to be updated as well to mention that mounting would have to change to mounting a ***directory*** not a file. inotify inside Docker cannot read directly mounted files, only directories, for whatever reason. This will preserve setups that were configured to run the old way without breaking them and new configs can be setup "correctly" without issue.
* Remove build dependencies from final docker image (multistage build) (#1057)Alex Wigen2020-03-221-6/+8
| | | | This multistage build takes the resulting image size down from 346MB to 90MB.
* Add extra mimetypes to docker image. Fixes #969Wim2020-01-071-1/+1
|
* Add githash to docker buildsWim2017-02-171-1/+1
|
* Release v0.6.0-beta1v0.6.0-beta1Wim2016-08-201-2/+2
|
* Fix docker buildWim2016-07-231-1/+1
|
* Add DockerfileWim2016-05-211-0/+11