From 1b0336b010030bb6473e73713810d11a3b9ac94c Mon Sep 17 00:00:00 2001 From: Ryanpratama01 <220441100098@student.trunojoyo.ac.id> Date: Mon, 16 Mar 2026 02:32:58 +0700 Subject: [PATCH] clear laravel cache and enable stderr logs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index debaedd..2395791 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ RUN composer install --no-interaction --optimize-autoloader --no-dev RUN npm install RUN npm run build -CMD php artisan serve --host=0.0.0.0 --port=${PORT:-8080} \ No newline at end of file +CMD php artisan optimize:clear && php artisan serve --host=0.0.0.0 --port=${PORT:-8080} \ No newline at end of file