change some thing

This commit is contained in:
2025-08-12 15:48:19 +03:30
parent 1e93919531
commit 58f51dd85e

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