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

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Jun 16, 2017
1 parent 8f7bfe8 commit 1207874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ RUN mkdir -p /opt/comanage && cd /opt/comanage && \
cp -r /opt/comanage/current/app/tmp.dist /var/cache/registry && \
chown -R apache /var/cache/registry && \
chmod -R 700 /var/cache/registry && \
ln -s /var/cache/registry /opt/comanage/current/local tmp
ln -s /var/cache/registry /opt/comanage/current/local/tmp

ENV COMANAGE_HOME /opt/comanage/current

Expand Down

0 comments on commit 1207874

Please sign in to comment.