Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After building the project: ``` $ docker run --rm cgm-remote-monitor ls /opt/app/static admin api-docs.html audio browserconfig.xml clock.html css glyphs images index.html js manifest.json profile report robots.txt ``` Notice how `bower_components` is missing after the build. This (obviously) breaks the web UI. Running the `postinstall` task manually fixes this. I remember having this same issue with Docker & these older npm versions before.
- Loading branch information