tv-slot-scheduler/cache (51a6ec29fb24efb1f029bee5722d219db7cc086745b678ce44b399e4a20ec9a8)

Published 2026-06-04 22:02:40 +00:00 by mrkesu

Installation

docker pull code.kesu.no/mrkesu/tv-slot-scheduler/cache:51a6ec29fb24efb1f029bee5722d219db7cc086745b678ce44b399e4a20ec9a8
sha256:78d10793fd465bd9cd838b221bf361184bb3b17d7a64857e5f9f3eb7a0f7b56e

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