Commit Graph

7 Commits (ddc262593449357e4d0399af82d26cee0fb65c45)

Author SHA1 Message Date
xnaas ddc2625934
Update Dockerfile so inotify works (#1148)
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.
4 years ago
Alex Wigen 0b86b88de7
Remove build dependencies from final docker image (multistage build) (#1057)
This multistage build takes the resulting image size down from 346MB to
90MB.
4 years ago
Wim 31dd538c0b Add extra mimetypes to docker image. Fixes #969 5 years ago
Wim 956d7cf3f3 Add githash to docker builds 7 years ago
Wim c2c135bca2 Release v0.6.0-beta1 8 years ago
Wim 073d90da88 Fix docker build 8 years ago
Wim e03f331f55 Add Dockerfile 8 years ago