Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dockerfile set CACHEDIR env variable (CO-2039)
skoranda committed Oct 16, 2020
1 parent 0f8a29a commit cca72a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions comanage-registry-base/Dockerfile
@@ -70,6 +70,9 @@ RUN mkdir -p ${COMANAGE_REGISTRY_DIR} \
&& ln -s ${COMANAGE_REGISTRY_DIR}/app/webroot registry \
&& rm -rf ${COMANAGE_REGISTRY_DIR}/local/*

ARG CACHEDIR
ENV CACHEDIR ${CACHEDIR:-/srv/comanage-registry/app/tmp/cache}

RUN a2enmod headers \
&& a2enmod ssl \
&& a2enmod rewrite \

0 comments on commit cca72a3

Please sign in to comment.