summaryrefslogtreecommitdiff
path: root/.docker
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-03-25 23:05:06 +0300
committerAndrew Dolgov <[email protected]>2023-03-25 23:05:06 +0300
commit6cf4ebbabdf37b3313a888496b05cad555a6d161 (patch)
tree7e432fc4a57c13220c44ad616f2f3c3a2914b05f /.docker
parent723323d7462954a262368d621811a045710cd1ed (diff)
bring back nginx_xaccel
Diffstat (limited to '.docker')
-rw-r--r--.docker/app/Dockerfile2
1 files changed, 2 insertions, 0 deletions
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