Skip to content

varsha123/angular-docker-deployment

 
 

Repository files navigation

Building Docker Images for Deploying Angular Apps

In this demo, we are going to use docker to deploy an angular app to two different environments. One for production and the other for staging. Our demo application is going to have 3 environments – development, staging and production. We will be using the development environment locally for developing and testing using ng serve. While the other two environments are deployed remotely.

You can find the complete article for this post here

About

Deploying Angular Apps using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.8%
  • Dockerfile 15.5%
  • JavaScript 14.4%
  • HTML 6.9%
  • CSS 1.4%