mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
11 lines
238 B
Bash
Executable file
11 lines
238 B
Bash
Executable file
/bin/sh
|
|
wget -qO- https://get.docker.com/ | sh
|
|
apt-get install poppler-utils vim ghostscript --yes
|
|
npm rebuild
|
|
usermod -aG docker app
|
|
|
|
mkdir -p /app/cache
|
|
chown -R app:app /app/cache
|
|
|
|
mkdir -p /app/compiles
|
|
chown -R app:app /app/compiles
|