From 8f6a9f34cebb6489383891aa4c7afad7cde19b61 Mon Sep 17 00:00:00 2001 From: Ryanpratama01 <220441100098@student.trunojoyo.ac.id> Date: Mon, 16 Mar 2026 02:45:55 +0700 Subject: [PATCH] fix railway crash cache sqlite --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2395791..debaedd 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 optimize:clear && php artisan serve --host=0.0.0.0 --port=${PORT:-8080} \ No newline at end of file +CMD php artisan serve --host=0.0.0.0 --port=${PORT:-8080} \ No newline at end of file