Docker(nodejs) doesn't recognise custom node module installations

@george I found the issue. You need to update the template for docker-compose.yml and create a new volume for the extensions folder.

'../../../extensions:/opt/node_app/extensions'

Hopefully you can squeeze this quick fix in today’s update or Docker apps will not be able to take advantage of extensions.

1 Like