July 2018
Intermediate to advanced
420 pages
8h 46m
English
As we discussed previously, we already have an environment configured with Docker, but it only covers our backend application, since we run our frontend code using the Angular CLI installed on our machine.
In the development environment, this is not a problem, since we need the code that we write in our host to update in our Docker container. However, when we are discussing deployment, we take into account the fact that our code is ready to run, without any changes to files.
Note that we are not talking about writing on the disk or data persistence; we will only mention changes in the source code of the application.
With that in mind, let's create an image of our frontend application using ...
Read now
Unlock full access