# angular4-docker-example **Repository Path**: mirrors_RbkGh/angular4-docker-example ## Basic Information - **Project Name**: angular4-docker-example - **Description**: Efficiently Dockerized Angular CLI example app - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dockerized Angular 4 App (with Angular CLI) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ## Build docker image ``` $ docker build -t myapp . ``` ## Run the container ``` $ docker run -d -p 8080:80 myapp ``` The app will be available at http://localhost:8080 You can easily tweak the nginx config in ```nginx/default.conf```