Remove already accepted patch. Add new WebDAV Move patch.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-12-10 16:33:52 +01:00
parent 20a40ca1b2
commit 8d92a012bf

View File

@@ -22,7 +22,7 @@ RUN set -e -x; \
cd /; \
git clone https://github.com/owncloud/ocis.git; \
cd /ocis; \
git apply /patches/001-dav-lock-propagation.patch; \
git apply /patches/002-dav-move-unlock.patch; \
cd /ocis/ocis; \
make ci-node-generate
@@ -62,4 +62,4 @@ EXPOSE 9200/tcp
ENTRYPOINT ["/usr/bin/ocis"]
CMD ["server"]
COPY --from=build /ocis/ocis/bin/ocis /usr/bin/ocis
COPY --from=build /ocis/ocis/bin/ocis /usr/bin/ocis