Skip to content
Snippets Groups Projects
Commit 9cceb814 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub
Browse files

Merge pull request #77 from ONLYOFFICE/feature/bugfix-issue76

Fixed bug #76
parents 3efb68e1 417d62e8
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d && \
ttf-mscorefonts-installer \
xvfb \
zlib1g && \
[ $(ls -l /usr/share/fonts/truetype/msttcorefonts | wc -l) -eq 61 ] && \
sudo -u postgres psql -c "CREATE DATABASE onlyoffice;" && \
sudo -u postgres psql -c "CREATE USER onlyoffice WITH password 'onlyoffice';" && \
sudo -u postgres psql -c "GRANT ALL privileges ON DATABASE onlyoffice TO onlyoffice;" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment