Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use alpine stable for docker | Wim | 2020-09-04 | 1 | -2/+2 |
| | |||||
* | Combine runs to one layer (#1151) | Sandro | 2020-05-28 | 1 | -3/+3 |
| | |||||
* | Update Dockerfile so inotify works (#1148) | xnaas | 2020-05-24 | 1 | -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 Wigen | 2020-03-22 | 1 | -6/+8 |
| | | | | This multistage build takes the resulting image size down from 346MB to 90MB. | ||||
* | Add extra mimetypes to docker image. Fixes #969 | Wim | 2020-01-07 | 1 | -1/+1 |
| | |||||
* | Add githash to docker builds | Wim | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | Release v0.6.0-beta1v0.6.0-beta1 | Wim | 2016-08-20 | 1 | -2/+2 |
| | |||||
* | Fix docker build | Wim | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | Add Dockerfile | Wim | 2016-05-21 | 1 | -0/+11 |