Remove already accepted patch. Add new WebDAV Move patch.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user