I have difficulties to understand the whole proces of an Angular-app in Docker. So anguler needs a webserver to run (like nginx) but also needs nodejs to access the backend? Do you have divide this in 2 containers or how do you have to perform this?
I have now 1 container which had as base image nodejs. There I performed the npm install, bower install and gulp build etc. Now I'm able to visit the localhost:8888/api to see that part of nodejs but I'm unable to visit my angular app. Probably because it's not hosted by a webserver?