tv-slot-scheduler/cache (002d915b76ab43353944db6cc4e9b0bc44fe237651764d585f40d39d5ec23f0a)

Published 2026-08-09 18:10:56 +00:00 by mrkesu

Installation

docker pull code.kesu.no/mrkesu/tv-slot-scheduler/cache:002d915b76ab43353944db6cc4e9b0bc44fe237651764d585f40d39d5ec23f0a
sha256:e8f1e93aefe86643fbe80db5f816c852db6b4dd638992324e4e334ba464ec216

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