mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
10 lines
230 B
Bash
Executable file
10 lines
230 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
|
|
|
|
touch /var/run/docker.sock
|
|
chown root:docker /var/run/docker.sock
|
|
|
|
chown -R app:app /app/cache
|