mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
Add docker-compose file for easy building
This commit is contained in:
@ -55,7 +55,6 @@ files.docservice.url.preloader=https://documentserver/web-apps/apps/api/document
|
||||
```
|
||||
Run next command in java example directory:
|
||||
```
|
||||
docker build . -t java-example
|
||||
docker run -it -v $PWD/target:/java/target java-example
|
||||
docker-compose up
|
||||
```
|
||||
After it, all bin files will be passed to `./target` folder
|
||||
|
||||
Reference in New Issue
Block a user