Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 634 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 634 Bytes

Angular nginx docker image

Docker Image to serve Angular application with nginx from a container.

This container is running as non-root user by default.

Usage

Use as base image and copy your Angular application to /usr/share/nginx/html. For development purposes you can mount the application using a volume mount.

If you want to build your angular app using docker, see

Sample project

See the demo folder for sample usage: https://github.com/trion-development/docker-nginx-angular/demo