Create a Dockerfile that will build the website production environment to deploy to the prod server.
Create a Dockerfile that will build the website production environment to deploy to the prod server.
Create a Dockerfile that will build the website production environment to deploy to the prod server.
Adjusting this to specify running the nginx instance in a container. It appears there's an issue with nginx accessing the ssl certificates when they are provided through a mounted volume with the container.
nginx: [emerg] cannot load certificate "/path/to/fullchain.pem": BIO_new_file() failed (SSL: error:0200100D:system library:fopen:Permission denied:fopen('/path/to/fullchain.pem','r') error:2006D002:BIO routines:BIO_new_file:system lib)
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?