revert Dockerfile

This commit is contained in:
eai04191 2019-06-26 23:15:04 +09:00
parent 6e81f091d1
commit 4390af53f9
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ RUN apt-get update \
&& apt-get install -y git libpq-dev unzip \
&& docker-php-ext-install pdo_pgsql \
&& pecl install xdebug \
&& docker-php-ext-enable xdebug \
&& curl -sS https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer \
&& sed -ri -e 's!/var/www/html!${APACHE_DOCUMENT_ROOT}!g' /etc/apache2/sites-available/*.conf \