mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Set TEXMFVAR to a writable location (#739)
This commit is contained in:
parent
669ec367d3
commit
8ef8a359e7
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,11 @@ FROM phusion/baseimage:0.11
|
|||
ENV baseDir .
|
||||
|
||||
|
||||
# Makes sure LuaTex cache is writable
|
||||
# -----------------------------------
|
||||
ENV TEXMFVAR=/var/lib/sharelatex/tmp/texmf-var
|
||||
|
||||
|
||||
# Install dependencies
|
||||
# --------------------
|
||||
RUN apt-get update \
|
||||
|
|
|
@ -39,7 +39,7 @@ services:
|
|||
|
||||
# Enables Thumbnail generation using ImageMagick
|
||||
ENABLE_CONVERSIONS: 'true'
|
||||
|
||||
|
||||
# Disables email confirmation requirement
|
||||
EMAIL_CONFIRMATION_DISABLED: 'true'
|
||||
|
||||
|
|
Loading…
Reference in a new issue