From 6cf4ebbabdf37b3313a888496b05cad555a6d161 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 25 Mar 2023 23:05:06 +0300 Subject: bring back nginx_xaccel --- .docker/app/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.docker') diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index 1ccc5f764..5f5462d1a 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -37,6 +37,8 @@ ENV ORIGIN_REPO_MAIN=${ORIGIN_REPO_MAIN} ENV ORIGIN_REPO_XACCEL=${ORIGIN_REPO_XACCEL} ENV ORIGIN_COMMIT=${ORIGIN_COMMIT} +RUN git clone --depth=1 ${ORIGIN_REPO_XACCEL} ${SRC_DIR}/plugins.local/nginx_xaccel + ENV OWNER_UID=1000 ENV OWNER_GID=1000 -- cgit v1.2.3