From b29de3eb7cc9a10f9fd5bd044e31bd28f9744b8f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 May 2025 14:05:24 +0300 Subject: add APP_WEB_ROOT to fpm container --- .docker/app/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to '.docker/app/Dockerfile') 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 -- cgit v1.2.3-54-g00ecf