How to fix: Apache httpd container for Docker shuts down unexpectedly (SIGTERM)
I'm using an httpd:alpine container to deploy a website developed on Angular, without using Node (due to several restrictions in the production environment). I'm actually using this amazing guide by Andreas Lorenzen as a base, specially the Dockerfile specified at…