This commit is contained in:
Alexey Golubev 2018-05-24 15:34:46 +03:00
commit 9796bd62c6
2 changed files with 2 additions and 2 deletions

View file

@ -63,7 +63,7 @@ ARG PRODUCT_NAME=onlyoffice-documentserver
RUN echo "$REPO_URL" | tee /etc/apt/sources.list.d/onlyoffice.list && \
apt-get -y update && \
service postgresql start && \
apt-get --allow-unauthenticated -yq install $PRODUCT_NAME && \
apt-get -yq install $PRODUCT_NAME && \
service postgresql stop && \
service supervisor stop && \
chmod 755 /app/onlyoffice/*.sh && \