Skip to content

Commit fce94e3

Browse files
committed
Move Dockerfile to root
1 parent b58654a commit fce94e3

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.dockerignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ docker-compose*
55
.gitignore
66
README.md
77
LICENSE
8-
.vscode
9-
www/
8+
.vscode

php/Dockerfile renamed to Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN apt-get --no-install-recommends --no-install-suggests --yes --quiet install
5353
RUN pecl install xdebug
5454
RUN echo "zend_extension=xdebug.so" > /etc/php/7.2/cli/conf.d/20-xdebug.ini
5555
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
56+
COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
5757

5858
# INSTALL ODBC DRIVER & TOOLS
5959
RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
File renamed without changes.

0 commit comments

Comments
 (0)