From 58450486a09d594172c9f5fd6260bb8bc3cc6ed4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 3 Apr 2023 17:47:03 +0300 Subject: [PATCH] dockerfile cleanup --- .docker/app/Dockerfile | 6 ------ 1 file changed, 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