Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
agolybev committed Jan 16, 2019
0 parents commit c9920af
Show file tree
Hide file tree
Showing 6 changed files with 1,207 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
FROM centos:7

LABEL maintainer Ascensio System SIA <[email protected]>

RUN yum -y install \
http://download.onlyoffice.com/repo/centos/main/noarch/onlyoffice-repo.noarch.rpm && \
yum -y install \
epel-release \
sudo && \
yum -y updateinfo && \
yum -y install \
onlyoffice-documentserver \
nc && \
npm install -g json

COPY config /app/onlyoffice/setup/config/
COPY run-document-server.sh /app/onlyoffice/run-document-server.sh

EXPOSE 8000 8080 3000

VOLUME /var/log/onlyoffice /var/lib/onlyoffice /var/www/onlyoffice/Data /usr/share/fonts/truetype/custom

ENTRYPOINT /app/onlyoffice/run-document-server.sh
Loading

0 comments on commit c9920af

Please sign in to comment.