https://github.com/trion-development/docker-nginx-angular
Base image to serve angular application with nginx
https://github.com/trion-development/docker-nginx-angular
angular base-image docker nginx
Last synced: 8 months ago
JSON representation
Base image to serve angular application with nginx
- Host: GitHub
- URL: https://github.com/trion-development/docker-nginx-angular
- Owner: trion-development
- Created: 2017-09-19T19:45:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T11:07:24.000Z (over 3 years ago)
- Last Synced: 2025-04-09T08:38:51.799Z (9 months ago)
- Topics: angular, base-image, docker, nginx
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
* https://hub.docker.com/r/trion/ng-cli
* https://hub.docker.com/r/trion/ng-cli-karma
* https://hub.docker.com/r/trion/ng-cli-e2e
## Sample project
See the `demo` folder for sample usage: https://github.com/trion-development/docker-nginx-angular/demo