January 13, 2019 | Maina Wycliffe
Angular has its way of handling different target environments, through angular environments files – which you can learn more about here. The issue …
January 4, 2019 | Maina Wycliffe
In this post, we are going to see how we can reduce the size of our final docker image size for our golang app. To achieve this, we are going to be …
September 26, 2018 | Maina Wycliffe
In a previous post, we covered how to use multiple dockerfile to target different environments for an angular app. In this post, we are going to …
August 29, 2018 | Maina Wycliffe
In this post, we are going to look at how to deploy an angular app using docker. Docker containers can be used to simplify the process of …