An open API service indexing awesome lists of open source software.

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.

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