summaryrefslogtreecommitdiff
path: root/.docker/app/Dockerfile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-03 17:47:03 +0300
committerAndrew Dolgov <[email protected]>2023-04-03 17:47:03 +0300
commit58450486a09d594172c9f5fd6260bb8bc3cc6ed4 (patch)
tree38dad476d7e91addf35a7f3db124c742be15d927 /.docker/app/Dockerfile
parent4a60652be954bdaf3a481b527717d98bbddd08df (diff)
dockerfile cleanup
Diffstat (limited to '.docker/app/Dockerfile')
-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