tv-slot-scheduler/cache (06a452f540239f08d659b0f3f04ace6c676356be00f6d1f30d0e78c7be1e9299)

Published 2026-06-04 16:44:02 +00:00 by mrkesu

Installation

docker pull code.kesu.no/mrkesu/tv-slot-scheduler/cache:06a452f540239f08d659b0f3f04ace6c676356be00f6d1f30d0e78c7be1e9299
sha256:4d94877e836a3957938b567e398c867f0556ee8f032733a67ce6db6fc3a37b53

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