From 9874ba5d915aa5dd908d171d679fa1bb73421d68 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 3 Apr 2023 17:34:11 +0300 Subject: dockerfile cleanup --- .docker/app/Dockerfile | 7 ------- 1 file changed, 7 deletions(-) (limited to '.docker/app') 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 -- cgit v1.2.3