Update file Dockerfile

This commit is contained in:
Muhammad Alfin Afif Al Farizi Farham 2026-02-02 14:38:05 +07:00
parent 00ab3f3061
commit 092a17ace2

View File

@ -34,8 +34,4 @@ RUN composer install --no-dev --optimize-autoloader --no-interaction --no-script
# Copy source code terakhir
COPY . .
RUN php artisan package:discover --ansi \
&& php artisan optimize:clear
RUN composer clear-cache