DEV Community

Discussion on: Dockerize Angular app and deploy on OpenShift

Collapse
 
vitorstick profile image
Vitor Ferreira

No, it also works with regular Angular app, and I also had those kind of problems, the solution for me was to use another docker image.

FROM nginxinc/nginx-unprivileged

Can you try this?