Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run nginx completely unprivileged in container
This switches the production Docker image to use the nginx-unprivileged image as its base. The original image would start nginx as root, while nginx itself would drop privileges to the nginx user. This updated workflow will ensure nothing is started as root at all when the container starts.
- Loading branch information