Improve patch format, use git to apply, enable plugins, fix build date to tag date

This commit is contained in:
Alexander Hofbauer 2020-04-19 13:07:33 +02:00
parent a1431337a4
commit fe1a3d4391
No known key found for this signature in database
GPG key ID: 6ACF215317893A41
2 changed files with 28 additions and 10 deletions

View file

@ -31,7 +31,7 @@ WORKDIR /build
RUN git clone --branch v$oo_version --depth 1 https://github.com/ONLYOFFICE/server.git .
COPY license.patch /build/
RUN patch -p1 < license.patch
RUN git apply license.patch
RUN npm install pkg grunt-cli \