summaryrefslogtreecommitdiff
path: root/.docker/app/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.docker/app/Dockerfile')
-rw-r--r--.docker/app/Dockerfile7
1 files changed, 0 insertions, 7 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile
index 0092b76..ee78428 100644
--- a/.docker/app/Dockerfile
+++ b/.docker/app/Dockerfile
@@ -29,13 +29,6 @@ COPY --from=app-src . ${SRC_DIR}
ENV PHP_WORKER_MAX_CHILDREN=5
ENV PHP_WORKER_MEMORY_LIMIT=256M
-ARG ORIGIN_REPO=https://git.tt-rss.org/fox/the-epube.git
-ARG ORIGIN_COMMIT=
-
-ENV ORIGIN_REPO_MAIN=${ORIGIN_REPO_MAIN}
-ENV ORIGIN_REPO_XACCEL=${ORIGIN_REPO_XACCEL}
-ENV ORIGIN_COMMIT=${ORIGIN_COMMIT}
-
ENV OWNER_UID=1000
ENV OWNER_GID=1000