Merge pull request #6567 from overleaf/jpa-server-ce-pro-layout

[misc] align directory layout of server-ce/pro with production docker images

GitOrigin-RevId: d3e6b9f8793e83df59f86105d511c6fb87c3eea3
This commit is contained in:
Jakob Ackermann
2022-02-01 16:39:55 +00:00
committed by Copybot
parent 347649ebaa
commit d5dd92c034
18 changed files with 28 additions and 45 deletions

View File

@@ -68,7 +68,7 @@ RUN mkdir /install-tl-unx \
# Set up sharelatex user and home directory
# -----------------------------------------
RUN adduser --system --group --home /var/www/sharelatex --no-create-home sharelatex && \
RUN adduser --system --group --home /overleaf --no-create-home sharelatex && \
mkdir -p /var/lib/sharelatex && \
chown www-data:www-data /var/lib/sharelatex && \
mkdir -p /var/log/sharelatex && \