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 f06fa2e146
commit 17e86fbfc5

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