danielgtaylor / aglio

An API Blueprint renderer with theme support that outputs static HTML
4.75k stars 480 forks source link

Post install in agio-theme-olio is failing on docker container #278

Closed justinmchase closed 8 years ago

justinmchase commented 8 years ago

This line

"postinstall": "node scripts/setup-cache.js"

Appears to be failing for me when run in docker. I'm guessing because it needs a full relative path to the file ./scripts/setup-cache.js but I'm not sure. It runs successfully on my local machine (OSX) so it appears to be a problem only when run on docker.

justinmchase commented 8 years ago

Actually this appears to be a duplicate of #260. Closing.