Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #361 from Forage/patch-2
Browse files Browse the repository at this point in the history
Alter DocumentRoot in 000-default.conf

Close #410 
Close #407 
Close #401
Close #390
Close #389
  • Loading branch information
Xerkus committed Mar 11, 2017
2 parents 63b6d1e + 4fd900d commit 0c5310f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -4,7 +4,7 @@ RUN apt-get update \
&& apt-get install -y git zlib1g-dev \
&& docker-php-ext-install zip \
&& a2enmod rewrite \
&& sed -i 's!/var/www/html!/var/www/public!g' /etc/apache2/apache2.conf \
&& sed -i 's!/var/www/html!/var/www/public!g' /etc/apache2/sites-available/000-default.conf \
&& mv /var/www/html /var/www/public \
&& curl -sS https://getcomposer.org/installer \
| php -- --install-dir=/usr/local/bin --filename=composer
Expand Down

0 comments on commit 0c5310f

Please sign in to comment.