Embed presentation
Download to read offline





























![Dockerfile
FROM nginx:alpine
LABEL author="Simona Cotin"
COPY ./dist /usr/share/nginx/html
EXPOSE 80 443
ENTRYPOINT ["nginx","-g","daemon
off;"]](https://image.slidesharecdn.com/deployangulartothecloud-171018153615/85/Deploy-Angular-to-the-Cloud-30-320.jpg)









The document discusses continuous integration and continuous delivery (CI/CD) of Angular applications to the cloud. It introduces CI/CD and its components like automation, building, deploying, and testing. It demonstrates building a Docker container for an Angular app and deploying it to Azure App Service. The document recommends automating builds and tests with CircleCI and deploying automatically to Azure App Service for a fully managed platform with auto-scaling and load balancing.





























![Dockerfile
FROM nginx:alpine
LABEL author="Simona Cotin"
COPY ./dist /usr/share/nginx/html
EXPOSE 80 443
ENTRYPOINT ["nginx","-g","daemon
off;"]](https://image.slidesharecdn.com/deployangulartothecloud-171018153615/85/Deploy-Angular-to-the-Cloud-30-320.jpg)







