matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 151 forks source link

Fix port specified in config not being used in Docker #1654

Closed justinbot closed 1 year ago

justinbot commented 1 year ago

Fixes custom port specified in config under homeserver.bindPort not being used in Docker. The run script for Docker was passing a port which would override this.

Also uses node:16 instead of node:16-slim for the builder container because otherwise on ARM64 architecture it would error when trying to build node-gyp due to missing Python.