mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
Fix document root
This commit is contained in:
parent
11763260e0
commit
dc9d79967d
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user