Skip to content

ONLYOFFICE-QA/onlyoffice-documentserver-run-compiled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onlyoffice-documentserver-run-compiled

This docker files used to check compiled DocumentServer after building it using build_tools

Attention This project is not compiling DocumentServer, it just run it

ubuntu 18.04

DOCUMENT_SERVER_RESULTS="$HOME/sources/build_tools/out"
docker build --tag documentserver Ubuntu18.04
docker run -itd -p 80:80 -v ${DOCUMENT_SERVER_RESULTS}:/out documentserver

Other systems

Replace ubuntu18.04 in docker build command to another

About

Project for easy check of compiled version of DocumentServer

Resources

License

Stars

Watchers

Forks

Packages

No packages published