Skip to content

Commit

Permalink
Change apache2 default document root to /var/www/htdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcheng1982 committed Sep 29, 2016
1 parent 1096130 commit f87ce50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ COPY ./bin/install-sampledata-1.9 /usr/local/bin/install-sampledata
RUN chmod +x /usr/local/bin/install-sampledata

VOLUME /var/www/htdocs
RUN sed -i 's/\/var\/www\/html/\/var\/www\/htdocs/' /etc/apache2/sites-available/000-default.conf

0 comments on commit f87ce50

Please sign in to comment.