change some thing
This commit is contained in:
@@ -16,7 +16,7 @@ RUN apk update && apk add --no-cache \
|
|||||||
libzip-dev \
|
libzip-dev \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp \
|
&& 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
|
# Set the working directory
|
||||||
WORKDIR /var/www/laravel
|
WORKDIR /var/www/laravel
|
||||||
|
|||||||
Reference in New Issue
Block a user