#1: Log Card Read In Botond
This commit is contained in:
@@ -37,6 +37,8 @@ RUN a2enmod rewrite
|
||||
|
||||
COPY 000-default.conf /etc/apache2/sites-available/
|
||||
|
||||
COPY index.html /var/www/html/
|
||||
|
||||
# Ports
|
||||
EXPOSE 80
|
||||
|
||||
@@ -52,6 +54,7 @@ RUN FILE=/etc/php/7.0/apache2/php.ini \
|
||||
&& echo "\nxdebug.remote_connect_back=1 " >> $FILE \
|
||||
&& echo "\n" >> $FILE
|
||||
|
||||
|
||||
ENV XDEBUG_CONFIG="idekey=PHPSTORM"
|
||||
|
||||
# Default command
|
||||
|
||||
Reference in New Issue
Block a user