* #349 Handle some supervisor warnings and tidy up log output
* Fixed a typo in the README
* #349 --force is necessary when running with APP_ENV=production
* Coderabbit changes for #349
* fix local files in docker
Response::make diesnt exist anymore and the nginx.conf didnt allow the needed paths
* fix import in api.php
---------
Co-authored-by: Christian Willing <cw@c2c-erp.de>
Co-authored-by: Julien Nahum <julien@nahum.net>
* (#146) Re-wrote the docker code to generate a single self-contained docker
image rather than using a docker-compose network of connected
containers
* (#146) Push version tags to docker hub automatically
* (#146) Switched to using a multistage docker build process to make the Dockerfile more readable and cache friendly without bloating the published image
* #146 More readable names
* #146 Documented the upgrade process and made 'artisan migrate' run on every boot to automate the upgrade process.