tv-slot-scheduler/cache (7e1073489a7ae77f51a098e5a167e13daf8352b421bbf1f816522c988b507ca2)

Published 2026-08-09 18:18:30 +00:00 by mrkesu

Installation

docker pull code.kesu.no/mrkesu/tv-slot-scheduler/cache:7e1073489a7ae77f51a098e5a167e13daf8352b421bbf1f816522c988b507ca2
sha256:9870a888e34d6e9546e5cb6cb4ec4d6ed1616c6272f3e3acaeeed65dad2ec2f9

Image layers

RUN mkdir -p /var/www/bootstrap/cache /var/www/storage/framework/views /var/www/storage/framework/cache/data /var/www/storage/framework/sessions /var/www/storage/logs /var/www/database /var/www/public-src && chown -R www-data:www-data /var/www/bootstrap/cache /var/www/storage && composer install --no-dev --optimize-autoloader --no-interaction && php artisan route:cache && cp -a /var/www/public/. /var/www/public-src/ && chown -R www-data:www-data /var/www/storage /var/www/bootstrap/cache /var/www/database /var/www/public-src