tv-slot-scheduler/cache (d33fa6edf14b3062fb2aefa88136dedbf33ad975429f9b5936900181d5858b29)

Published 2026-04-19 19:28:21 +00:00 by mrkesu

Installation

docker pull code.kesu.no/mrkesu/tv-slot-scheduler/cache:d33fa6edf14b3062fb2aefa88136dedbf33ad975429f9b5936900181d5858b29
sha256:1d00e15b0a3af07aea182166566df20a3c137d2671d7a67b562b90b116655769

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