1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

Fix document root

This commit is contained in:
Dirk Weise 2018-10-17 10:45:19 +02:00
parent 11763260e0
commit dc9d79967d

View File

@ -51,7 +51,7 @@ LABEL maintainer="The Polr Community, https://polrproject.org/"
LABEL description="Polr URL Shortener"
# Configure Apache and PHP
ENV APACHE_DOCUMENT_ROOT /var/lib/www/public
ENV APACHE_DOCUMENT_ROOT /var/www/html/public
ENV APACHE_SERVER_NAME localhost
RUN docker-php-ext-install pdo_mysql && \