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
+15
View File
@@ -0,0 +1,15 @@
version: '3'
services:
java-spring:
build:
context: ./
dockerfile: Dockerfile
image: maven:3.8.1
working_dir: /java-spring
volumes:
- .:/java-spring
ports:
- 4000:4000
command: mvn clean spring-boot:run