add cache dir

This commit is contained in:
Henry Oswald 2018-03-05 15:35:08 +00:00
parent 34c52e6c98
commit cf8d5cdd41

View file

@ -7,4 +7,5 @@ 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