Mount common package to volume
volumes: - ./common:app/node_modules/@common
Update webpack (or any other compiler) to transpile @common
exclude: /node_modules\/(?!@common)/,