diff options
Diffstat (limited to '.docker/app/Dockerfile')
| -rw-r--r-- | .docker/app/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 786179bd5..553f397e6 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -7,6 +7,7 @@ ARG ALPINE_MIRROR ENV SCRIPT_ROOT=/opt/tt-rss ENV SRC_DIR=/src/tt-rss/ +ENV APP_WEB_ROOT=/var/www/html # Used to centralize the PHP version suffix for packages and paths ENV PHP_SUFFIX=84 |