Skip to content

Commit

Permalink
Modify dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sk81biz committed Dec 26, 2024
1 parent 6895c1d commit 7bd87d0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docker/Dockerfile.app
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ RUN set -eux; \
rm -rf /var/lib/apt/lists/*

ADD https://api.github.com/repos/ONLYOFFICE/DocSpace-buildtools/git/refs/heads/${GIT_BRANCH} version.json
#RUN git clone -b ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-buildtools.git ${SRC_PATH}/buildtools && \
# git clone --recurse-submodules -b ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-Server.git ${SRC_PATH}/server && \
# git clone -b ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-Client.git ${SRC_PATH}/client && \
# git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/docspace-plugins.git ${SRC_PATH}/plugins && \
# git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/ASC.Web.Campaigns.git ${SRC_PATH}/campaigns
RUN git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/docspace-plugins.git ${SRC_PATH}/plugins
RUN git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/ASC.Web.Campaigns.git ${SRC_PATH}/campaigns

COPY ./DocSpace-server/ ${SRC_PATH}/server/
COPY ./DocSpace-client/ ${SRC_PATH}/client/
COPY ./DocSpace-buildtools/ ${SRC_PATH}/buildtools/
RUN git clone -b --depth 1 ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-buildtools.git ${SRC_PATH}/buildtools && \
git clone --depth 1 --recurse-submodules -b ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-Server.git ${SRC_PATH}/server &&\
git clone -b --depth 1 ${GIT_BRANCH} https://github.com/ONLYOFFICE/DocSpace-Client.git ${SRC_PATH}/client &&\
git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/docspace-plugins.git ${SRC_PATH}/plugins &&\
git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/ASC.Web.Campaigns.git ${SRC_PATH}/campaigns &&\
git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/docspace-plugins.git ${SRC_PATH}/plugins &&\
git clone -b "master" --depth 1 https://github.com/ONLYOFFICE/ASC.Web.Campaigns.git ${SRC_PATH}/campaigns

#COPY ./DocSpace-server/ ${SRC_PATH}/server/
#COPY ./DocSpace-client/ ${SRC_PATH}/client/
#COPY ./DocSpace-buildtools/ ${SRC_PATH}/buildtools/

WORKDIR ${SRC_PATH}/buildtools/config
RUN <<EOF
Expand Down

0 comments on commit 7bd87d0

Please sign in to comment.