summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-03 17:34:11 +0300
committerAndrew Dolgov <[email protected]>2023-04-03 17:34:11 +0300
commit9874ba5d915aa5dd908d171d679fa1bb73421d68 (patch)
tree8d90a21d1b36dee56a30d7cd0f974c60166c75e0
parent07e1002753c9f646573292d1bdfd257ea6138383 (diff)
dockerfile cleanup
-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