Two commit
This commit is contained in:
7
dockerfiles/php.Dockerfile
Normal file
7
dockerfiles/php.Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM php:8.2-fpm-alpine
|
||||
|
||||
WORKDIR /var/www/laravel
|
||||
|
||||
RUN apk add --no-cache postgresql-dev \
|
||||
&& docker-php-ext-install pdo pdo_pgsql pgsql
|
||||
RUN chown -R www-data:www-data /var/www/laravel
|
||||
Reference in New Issue
Block a user