Update Dockerfile

Replace spaces indentations by tabs indentations in dockerfile
This commit is contained in:
BigDaddySigma 2023-10-04 11:28:49 +03:00 committed by Kévin Dunglas
parent 97c48c196b
commit 11b2807da9

View File

@ -25,12 +25,12 @@ RUN apk add --no-cache \
;
RUN set -eux; \
install-php-extensions \
install-php-extensions \
apcu \
intl \
opcache \
zip \
;
;
###> recipes ###
###< recipes ###
@ -60,8 +60,8 @@ RUN mv "$PHP_INI_DIR/php.ini-development" "$PHP_INI_DIR/php.ini"
RUN set -eux; \
install-php-extensions \
xdebug \
;
xdebug \
;
COPY --link frankenphp/conf.d/app.dev.ini $PHP_INI_DIR/conf.d/