mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
8 lines
116 B
YAML
8 lines
116 B
YAML
version: '3'
|
|
services:
|
|
build:
|
|
image: maven:3.6
|
|
volumes:
|
|
- .:/java
|
|
command: mvn -f /java package
|