remove touch /var/run/docker.sock which doesn’t work robustly

This commit is contained in:
Henry Oswald
2018-03-06 11:27:51 +00:00
parent 4ff1121353
commit 3c4870f688

View File

@@ -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