From 11b2807da98e35e298ad34370ff54712f725ddae Mon Sep 17 00:00:00 2001 From: BigDaddySigma <92638801+BigDaddySigma@users.noreply.github.com> Date: Wed, 4 Oct 2023 11:28:49 +0300 Subject: [PATCH] Update Dockerfile Replace spaces indentations by tabs indentations in dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1866bb4..eed139c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/