Add docker-compose file for easy building

This commit is contained in:
Dmitriy Rotatyy
2019-02-13 13:33:21 +03:00
parent 20827e4d76
commit efda987b55
3 changed files with 11 additions and 6 deletions

View File

@ -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