tv-slot-scheduler/cache (b0f9948f113d0e6721777bd23a47f23b18c1fa9497e40d19f7d5b349dfc4b8ef)

Published 2026-04-19 19:31:13 +00:00 by mrkesu

Installation

docker pull code.kesu.no/mrkesu/tv-slot-scheduler/cache:b0f9948f113d0e6721777bd23a47f23b18c1fa9497e40d19f7d5b349dfc4b8ef
sha256:93cf019bbf2c2b06145959a8dc27219f38cb57ec9d5b6007ba573388141558ae

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