OnlyOffice Demo

This commit is contained in:
gy b
2024-02-26 14:14:18 +08:00
parent a0896f997e
commit ff6f67a160
350 changed files with 20840 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM maven:3.8.1-jdk-8
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN mvn -f /usr/src/app/pom.xml clean