trial app
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
FROM php:8.2-fpm
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libpq-dev \
|
||||
&& docker-php-ext-install -j$(nproc) pdo pdo_pgsql \
|
||||
Reference in New Issue
Block a user