Skip to content

Commit 8bd30ca

Browse files
committed
Fix 8.1 config
1 parent 9adbab1 commit 8bd30ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN set -e \
9292
&& php -r "copy('https://github.com/drush-ops/drush/releases/download/$DRUSH_VERSION/drush.phar', '/usr/bin/drush');" \
9393
&& chmod +x /usr/bin/drush && /usr/bin/drush version && rm -fr /root/.drush
9494

95-
COPY php.ini /etc/php8/conf.d/xx-drupal.ini
95+
COPY php.ini /etc/php81/conf.d/xx-drupal.ini
9696

9797
WORKDIR /srv
9898

0 commit comments

Comments
 (0)