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

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
chubing committed Feb 15, 2018
1 parent 7acb6fb commit 7ff9979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
@@ -76,6 +76,7 @@ ENV COMANAGE_PREFIX=comanage-registry
# Note using git to grab this alternate develop branch
RUN mkdir -p /opt/comanage && cd /opt/comanage && \
wget -q $COMANAGE_URL && \
tar xf $VERSION.tar.gz && \
ln -s /opt/comanage/$COMANAGE_PREFIX-$VERSION /opt/comanage/current && \
mkdir /var/cache/registry && \
cp -r /opt/comanage/current/app/tmp.dist /var/cache/registry && \

0 comments on commit 7ff9979

Please sign in to comment.