OnlyOffice Demo
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user