From 7ffa3bc4238569c79a90603eda0e720740cbcf08 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Thu, 22 Sep 2016 16:03:31 -0400 Subject: [PATCH] Adjusting the location of cache permissions --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5da82f0..279ba20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -130,8 +130,8 @@ RUN ln -s /opt/etc/httpd/conf.d/ports.conf /etc/httpd/conf.d/ports.conf && \ ln -s /opt/comanage/comanage-registry-1.0.5/app/webroot /var/www/html/registry && \ rm /etc/httpd/conf/httpd.conf && \ ln -s /opt/etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf && \ - mkdir -p /opt/comanage/comanage-registry-$version/local/tmp/cache/persistent && \ - chmod 777 /opt/comanage/comanage-registry-$version/local/tmp/cache/persistent && \ + mkdir -p /opt/comanage/comanage-registry-$version/local/tmp/cache && \ + chmod 777 /opt/comanage/comanage-registry-$version/local/tmp/cache && \ /opt/autoexec/bin/onbuild.sh