Skip to content
Snippets Groups Projects
Commit 4df77502 authored by Hakan's avatar Hakan
Browse files

fixed dockerfile

parent 26e9b972
No related merge requests found
......@@ -20,7 +20,7 @@ RUN mkdir -p $COMPOSER_HOME && chmod -R 777 $COMPOSER_HOME && curl -sS https://g
&& chmod +x composer.phar && mv composer.phar /usr/local/bin/composer
RUN mkdir /srv/app
COPY .docker/vhost.conf /etc/apache2/sites-available/000-default.conf
COPY vhost.conf /etc/apache2/sites-available/000-default.conf
RUN pecl install xdebug-2.9.2 && \
docker-php-ext-enable xdebug && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment