Skip to content

vistaran/angular-16-docker-example

Repository files navigation

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

About

Docker Containerization of Angular 16 web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published