https://github.com/vistaran/angular-16-docker-example
Docker Containerization of Angular 16 web application.
https://github.com/vistaran/angular-16-docker-example
Last synced: 3 months ago
JSON representation
Docker Containerization of Angular 16 web application.
- Host: GitHub
- URL: https://github.com/vistaran/angular-16-docker-example
- Owner: vistaran
- License: apache-2.0
- Created: 2023-10-26T03:33:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T14:16:07.000Z (over 1 year ago)
- Last Synced: 2025-01-17T04:15:20.599Z (4 months ago)
- Language: HTML
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Requirements
- Docker Desktop for windows
- Docker for Ubuntu## Steps
- Start docker desktop or docker daemon
- Clone the repo and run `docker build --pull --rm -f "Dockerfile" -t angularsample:latest "."` to build the docker image locally
- Once image is built then run `docker run --rm -d -p 80:80/tcp angularsample:latest` to run the project