In previous chapters, our main focus was on the development part of the application. We’ve seen the result: we have a slick web application that we can run locally. However, eventually we will need to deploy it to a server so that more people are able to access it. In this chapter, we will turn our focus into the deployment part of the application. We will first learn to build the application for production and then finally deploy it with Docker.
Building Application for Production
Our application requires some external resources to be able to run correctly, for example, ...