feat: docker support

This commit is contained in:
Maël Gangloff
2024-08-11 16:11:20 +02:00
parent 1e20622052
commit 1ef446e38b
5 changed files with 456 additions and 1 deletions

View File

@@ -39,6 +39,9 @@ ENV COMPOSER_ALLOW_SUPERUSER=1
ENV PHP_INI_SCAN_DIR=":$PHP_INI_DIR/app.conf.d"
###> recipes ###
###> doctrine/doctrine-bundle ###
RUN install-php-extensions pdo_pgsql
###< doctrine/doctrine-bundle ###
###< recipes ###
COPY --link frankenphp/conf.d/10-app.ini $PHP_INI_DIR/app.conf.d/