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 21caa99 commit 66b5608Copy full SHA for 66b5608
Language/php/7.4/Dockerfile
@@ -17,6 +17,6 @@ RUN apt update && \
17
rm -rf /var/lib/apt/lists/* && \
18
chmod -R +x /home/devbox/project/entrypoint.sh
19
20
-COPY /Language/php/php.ini /etc/php/7.4/apache2
+COPY /Language/php/php.ini /etc/php/7.4/apache2/php.ini
21
22
RUN mkdir /root/.devbox
Language/php/8.2.20/Dockerfile
-COPY /Language/php/php.ini /etc/php/8.2/apache2
+COPY /Language/php/php.ini /etc/php/8.2/apache2/php.ini
0 commit comments