pixelfed/contrib/docker
Ondrej Brinkel 205705193d
fixes docker build
- composer package prestissimo is deprecated as composer got faster
- `composer update` should not be required as there is a `composer.lock`, actually it was the cause for breaking docker builds as an upstream package had a broken version string in it's requirerements. Using fixed package versions prevents these kinds of problems in future.
..
Dockerfile.apache fixes docker build
Dockerfile.fpm Docker changes
php.production.ini Docker changes
start.apache.sh docker: update horizon command for laravel 7.x
start.fpm.sh docker: update horizon command for laravel 7.x