Tags: NRGI/resourcecontracts.org
Tags
Add original Dockerfile and dependencies Create site config to enable root access to app Refactor Dockerfile for smaller images Configure composer to prefer dist packages for faster install Stop copying .env as it will be mounted from container host Install site directly in `/var/www` Ensure `index.php` is not required for non-root urls Use correct paths in supervisor config Make apache owner of the admin site folder Start all queues needed by webapp Use `chown` instead of `chmod` Use root for running all queues Use correct folder for all queues Added env variables to image, added var replacement code to dockerfile