We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adbab1 commit 8bd30caCopy full SHA for 8bd30ca
php81/Dockerfile
@@ -92,7 +92,7 @@ RUN set -e \
92
&& php -r "copy('https://github.com/drush-ops/drush/releases/download/$DRUSH_VERSION/drush.phar', '/usr/bin/drush');" \
93
&& chmod +x /usr/bin/drush && /usr/bin/drush version && rm -fr /root/.drush
94
95
-COPY php.ini /etc/php8/conf.d/xx-drupal.ini
+COPY php.ini /etc/php81/conf.d/xx-drupal.ini
96
97
WORKDIR /srv
98
0 commit comments