tv-slot-scheduler/cache (200a252b7c0505e0eb5f237ac1ec94571c5a18cdf8ebf91a81b7b0ce43fce3fe)

Published 2026-03-16 15:03:15 +00:00 by mrkesu

Installation

docker pull code.kesu.no/mrkesu/tv-slot-scheduler/cache:200a252b7c0505e0eb5f237ac1ec94571c5a18cdf8ebf91a81b7b0ce43fce3fe
sha256:3bd5456500eac86222095267d47d42416478df4f4b0caed7b7bc323c0dc53b08

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