clear laravel cache and enable stderr logs

This commit is contained in:
Ryanpratama01 2026-03-16 02:32:58 +07:00
parent 6cd6dde462
commit 1b0336b010
1 changed files with 1 additions and 1 deletions

View File

@ -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}
CMD php artisan optimize:clear && php artisan serve --host=0.0.0.0 --port=${PORT:-8080}