mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-16 08:08:17 +00:00
Add /app/output
This commit is contained in:
parent
498ca80cd3
commit
18dbb12434
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ usermod -aG dockeronhost node
|
|||
mkdir -p /app/cache && chown node:node /app/cache
|
||||
mkdir -p /app/compiles && chown node:node /app/compiles
|
||||
mkdir -p /app/db && chown node:node /app/db
|
||||
mkdir -p /app/output && chown node:node /app/output
|
||||
|
||||
# make synctex available for remount in compiles
|
||||
cp /app/bin/synctex /app/bin/synctex-mount/synctex
|
||||
|
|
Loading…
Add table
Reference in a new issue