Refactor config management

This commit is contained in:
Lexi / Zoe 2021-09-24 20:24:07 +02:00
parent f61ed20f32
commit 14c22e0e6c
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
9 changed files with 159 additions and 87 deletions

View file

@ -18,8 +18,6 @@ RUN cp $PHP_INI_DIR/php.ini-development $PHP_INI_DIR/php.ini && \
pecl install xdebug && \
docker-php-ext-enable xdebug
ENV APP_ENV=development
# TODO: production image untested
#FROM base AS production
#