Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Adjusting the location of cache permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 22, 2016
1 parent 541a6ac commit 7ffa3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 7ffa3bc

Please sign in to comment.