summaryrefslogtreecommitdiff
path: root/.docker
diff options
context:
space:
mode:
Diffstat (limited to '.docker')
-rw-r--r--.docker/app/Dockerfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile
index 8ef2eb144..fbc904f5e 100644
--- a/.docker/app/Dockerfile
+++ b/.docker/app/Dockerfile
@@ -29,13 +29,7 @@ ADD config.docker.php ${SCRIPT_ROOT}
COPY --from=app-src . ${SRC_DIR}
-ARG ORIGIN_REPO_MAIN=https://git.tt-rss.org/fox/tt-rss.git
ARG ORIGIN_REPO_XACCEL=https://git.tt-rss.org/fox/ttrss-nginx-xaccel.git
-ARG ORIGIN_COMMIT=
-
-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