tv-slot-scheduler/cache (fc4f7c3940f3d0208f624bb2e5f1455a2890eeb819e3b5d411586ed4cf9aacf0)

Published 2026-03-14 13:36:51 +00:00 by mrkesu

Installation

docker pull code.kesu.no/mrkesu/tv-slot-scheduler/cache:fc4f7c3940f3d0208f624bb2e5f1455a2890eeb819e3b5d411586ed4cf9aacf0
sha256:c082fe8321f08c56b304a558db9a8c9f8631ce265c8566c99c1990ec6888d4c0

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