dockerfile cleanup
This commit is contained in:
parent
4a60652be9
commit
58450486a0
|
@ -29,13 +29,7 @@ ADD config.docker.php ${SCRIPT_ROOT}
|
||||||
|
|
||||||
COPY --from=app-src . ${SRC_DIR}
|
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_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
|
RUN git clone --depth=1 ${ORIGIN_REPO_XACCEL} ${SRC_DIR}/plugins.local/nginx_xaccel
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue