Format dev PHP extensions as prod
This commit is contained in:
parent
a6238a445c
commit
61a08454ae
@ -114,7 +114,9 @@ RUN rm "$PHP_INI_DIR/conf.d/app.prod.ini"; \
|
||||
COPY --link docker/php/conf.d/app.dev.ini $PHP_INI_DIR/conf.d/
|
||||
|
||||
RUN set -eux; \
|
||||
install-php-extensions xdebug
|
||||
install-php-extensions \
|
||||
xdebug \
|
||||
;
|
||||
|
||||
RUN rm -f .env.local.php
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user