[Vuejs]-Docker Container NPM Dependencies Not Found

0👍

Well, I figured it out… As usual it was just a stupid mistake. The repo was being pulled just fine but the module wasn’t ever built so there was no dist folder in it.

Gotta make sure to either commit the dist folder with the module or build it after installing with npm.

Leave a comment