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 b58654a commit fce94e3Copy full SHA for fce94e3
.dockerignore
@@ -5,5 +5,4 @@ docker-compose*
5
.gitignore
6
README.md
7
LICENSE
8
-.vscode
9
-www/
+.vscode
php/Dockerfile renamed to Dockerfile
@@ -53,7 +53,7 @@ RUN apt-get --no-install-recommends --no-install-suggests --yes --quiet install
53
RUN pecl install xdebug
54
RUN echo "zend_extension=xdebug.so" > /etc/php/7.2/cli/conf.d/20-xdebug.ini
55
RUN echo "zend_extension=xdebug.so" > /etc/php/7.2/apache2/conf.d/20-xdebug.ini
56
-COPY ./php/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
+COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
57
58
# INSTALL ODBC DRIVER & TOOLS
59
RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
php/xdebug.ini renamed to xdebug.ini
0 commit comments