diff --git a/Dockerfile b/Dockerfile index 2b6ddc9..394d739 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 migrate --force && php artisan serve --host=0.0.0.0 --port=${PORT:-8080} \ No newline at end of file +CMD php artisan optimize:clear && php artisan migrate --force && php artisan serve --host=0.0.0.0 --port=${PORT:-8080} \ No newline at end of file