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

Commit 0c5310f

Browse files
authored
Merge pull request #361 from Forage/patch-2
Alter DocumentRoot in 000-default.conf Close #410 Close #407 Close #401 Close #390 Close #389
2 parents 63b6d1e + 4fd900d commit 0c5310f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apt-get update \
44
&& apt-get install -y git zlib1g-dev \
55
&& docker-php-ext-install zip \
66
&& a2enmod rewrite \
7-
&& sed -i 's!/var/www/html!/var/www/public!g' /etc/apache2/apache2.conf \
7+
&& sed -i 's!/var/www/html!/var/www/public!g' /etc/apache2/sites-available/000-default.conf \
88
&& mv /var/www/html /var/www/public \
99
&& curl -sS https://getcomposer.org/installer \
1010
| php -- --install-dir=/usr/local/bin --filename=composer

0 commit comments

Comments
 (0)