mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
remove touch /var/run/docker.sock which doesn’t work robustly
This commit is contained in:
parent
f06fa2e146
commit
17e86fbfc5
1 changed files with 0 additions and 3 deletions
|
@ -4,8 +4,5 @@ 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
|
||||
|
||||
mkdir -p /app/cache
|
||||
chown -R app:app /app/cache
|
||||
|
|
Loading…
Reference in a new issue