Skip to content
Snippets Groups Projects
Commit 12a152bb authored by a.croix's avatar a.croix
Browse files

Correct Dockerfile

parent abdff414
No related branches found
No related tags found
1 merge request!1Include Wowa Training
Pipeline #5871 failed
......@@ -6,7 +6,7 @@ COPY . /var/www/html
WORKDIR /var/www/html
# RUN composer install --no-dev --optimize-autoloader
RUN composer install --optimize-autoloader --ignore-platform-reqs
RUN pecl install docker-php-ext-enable
RUN pecl install xdebug && docker-php-ext-enable xdebug
RUN echo 'zend_extension="/usr/local/lib/php/extensions/no-debug-non-zts-20151012/xdebug.so"' >> /usr/local/etc/php/php.ini
RUN echo 'xdebug.remote_port=9000' >> /usr/local/etc/php/php.ini
RUN echo 'xdebug.remote_enable=1' >> /usr/local/etc/php/php.ini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment