mainawycliffe / angular-docker-deployment

Deploying Angular Apps using Docker

Home Page:https://codinglatte.com/posts/angular/building-docker-images-angular/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://codinglatte.com/posts/angular/building-docker-images-angular/


Languages

Language:TypeScript 61.9%Language:Dockerfile 15.5%Language:JavaScript 14.4%Language:HTML 6.9%Language:CSS 1.4%