Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Replace spaces indentations by tabs indentations in dockerfile
  • Loading branch information
BigDaddySigma authored and dunglas committed Oct 17, 2023
1 parent 97c48c1 commit 11b2807
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ RUN apk add --no-cache \
;

RUN set -eux; \
install-php-extensions \
install-php-extensions \
apcu \
intl \
opcache \
zip \
;
;

###> recipes ###
###< recipes ###
Expand Down Expand Up @@ -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/

Expand Down

0 comments on commit 11b2807

Please sign in to comment.