Improve patch format, use git to apply, enable plugins, fix build date to tag date
This commit is contained in:
parent
a1431337a4
commit
fe1a3d4391
2 changed files with 28 additions and 10 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue