Hey everyone, I'm running into some issues with AngularJS on a legacy project and I'm kind of stuck…
It's been a while since I last set it up on my machine, and back then it worked fine. It's an Angular 1.5 project with Java in the same repo.
Now I'm trying to run a pipeline to deploy it to the server, but I keep getting these Angular import errors. I've already tried adding bower install in the Dockerfile, but nothing seems to work. The weird part is that if I run the container locally, it works fine.
Can anyone help me out?