Merge branch 'feature/CreateTotalReport' into 'develop'

change some thing

See merge request witel-back-end/crm!27
This commit is contained in:
2025-08-12 12:22:27 +00:00

View File

@@ -16,7 +16,7 @@ RUN apk update && apk add --no-cache \
libzip-dev \
libpq-dev \
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
&& docker-php-ext-install pdo_pgsql gd zip
&& docker-php-ext-install pdo_pgsql pdo_mysql gd zip
# Set the working directory
WORKDIR /var/www/laravel