Skip to content

Commit

Permalink
Remove tabs from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Aug 14, 2023
1 parent f82628e commit 7a42eac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ RUN apk add --no-cache \

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

RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
Expand Down

0 comments on commit 7a42eac

Please sign in to comment.